summaryrefslogtreecommitdiff
path: root/js/PrefHelpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/PrefHelpers.js')
-rw-r--r--js/PrefHelpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js
index 12710bc6a..0780fb708 100644
--- a/js/PrefHelpers.js
+++ b/js/PrefHelpers.js
@@ -51,7 +51,7 @@ const Helpers = {
return false;
},
updateEventLog: function() {
- xhrPost("backend.php", { op: "pref-system" }, (transport) => {
+ xhrPost("backend.php", { op: "pref-system", severity: dijit.byId("severity").attr('value') }, (transport) => {
dijit.byId('systemConfigTab').attr('content', transport.responseText);
Notify.close();
});