MediaWiki:Common.js: различия между версиями

Перейти к навигации Перейти к поиску
👍
Метка: отменено
м Откат правки Administrator aliris (обсуждение) к последней версии Glamyr
Метки: откат отменено
Строка 17: Строка 17:
     function injectSelector() {
     function injectSelector() {
         if (document.getElementById('p-tg-theme')) return;
         if (document.getElementById('p-tg-theme')) return;
         const activeTheme = localStorage.getItem('mw-tg-theme') || 'theme-default';
         const activeTheme = localStorage.getItem('mw-tg-theme') || 'theme-stddark';
         applyTheme(activeTheme);
         applyTheme(activeTheme);