Change event handler type for custom CSS Closes #2624
| @@ -3310,8 +3310,8 @@ $(document).ready(() => { | ||
| 3310 | 3310 | saveSettingsDebounced(); |
| 3311 | 3311 | }); |
| 3312 | 3312 | |
| 3313 | 3313 | $('#customCSS').on('changeinput', () => { |
| 3314 | 3314 | power_user.custom_css = String($('#customCSS').val()); |
| 3315 | 3315 | localStorage.setItem(storage_keys.custom_css, power_user.custom_css); |
| 3316 | 3316 | saveSettingsDebounced(); |
| 3317 | 3317 | applyCustomCSS(); |