Change event handler type for custom CSS Closes #2624

6e1ba5f7e24648c0eff7a22b09a34f618745caff

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/power-user.js+2 -2
@@ -3310,8 +3310,8 @@ $(document).ready(() => {
33103310 saveSettingsDebounced();
33113311 });
33123312
33133313 $('#customCSS').on('changeinput', () => {
33143314 power_user.custom_css = String($('#customCSS').val());
33153315 localStorage.setItem(storage_keys.custom_css, power_user.custom_css);
33163316 saveSettingsDebounced();
33173317 applyCustomCSS();