summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 15:15:38 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 15:15:38 +0200
commit747172914249537b0142bec0948a16f35c050ec0 (patch)
treec178d01b3c29d9766e2d73a935e603ba2c31e187 /js
parent56b72e7b948cee0bbd2c14c058ed0ec4cee33a17 (diff)
typo fixes
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);