diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 5c830fec6..bfc6f4741 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -1313,9 +1313,7 @@ function applyTheme(name) { if (type) applyThemeColor(type); if (action) action(); } else { - if (selector) { $(selector).attr('color', 'rgba(0,0,0,0)'); } console.debug(`Empty theme key: ${key}`); - power_user[key] = ''; } }