mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:05:56 +00:00
error log: fix severity dropdown
This commit is contained in:
@@ -90,7 +90,7 @@ class Pref_System extends Handler_Protected {
|
|||||||
E_USER_ERROR => __("Errors"),
|
E_USER_ERROR => __("Errors"),
|
||||||
E_USER_WARNING => __("Warnings"),
|
E_USER_WARNING => __("Warnings"),
|
||||||
E_USER_NOTICE => __("Everything")
|
E_USER_NOTICE => __("Everything")
|
||||||
], 'dojoType="fox.form.Select" onchange="Helpers.updateEventLog()"');
|
], 'dojoType="fox.form.Select" onchange="Helpers.EventLog.refresh()"');
|
||||||
|
|
||||||
print "</div>"; # pull-right
|
print "</div>"; # pull-right
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user