summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/admin/Admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/admin/Admin.js b/js/admin/Admin.js
index 61af46461..2506cf41a 100644
--- a/js/admin/Admin.js
+++ b/js/admin/Admin.js
@@ -73,7 +73,7 @@
useCronUpdatesInput.prop('checked', data.useCronUpdates);
});
- }
+ };
$('#news input[type="text"]').blur(submit);
$('#news input[type="checkbox"]').change(submit);