diff --git a/public/js/settings.js b/public/js/settings.js index 01423bd55..b33eaf850 100644 --- a/public/js/settings.js +++ b/public/js/settings.js @@ -1,17 +1,13 @@ function updateSettingsPage(){ let themesEl = $(".pageSettings .section .themes").empty(); - - $.getJSON("themes/list.json", function(data) { - commandsThemes.list = []; - data.forEach(theme => { - if (config.theme == 'theme') { - themesEl.append(`