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

мНет описания правки
мНет описания правки
Строка 1399: Строка 1399:
     function init() {
     function init() {
         const theme = loadTheme();
         const theme = loadTheme();
        createSettingsDropdown(theme);
         applyTheme(theme);
         applyTheme(theme);
        createSettingsDropdown(theme);
     }
     }