diff options
| author | hukl <contact@smyck.org> | 2009-09-05 12:17:31 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-05 12:17:31 +0200 |
| commit | 7963e985b50175ef2e60facc8125c79119aecfcb (patch) | |
| tree | 09fc183ce41506c62bdf8c488ccadf26746ba1ad | |
| parent | bf530444a39986b153a4a660fab9379b7b6e1972 (diff) | |
fixed two js lint warnings
| -rw-r--r-- | public/javascripts/admin_interface.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/javascripts/admin_interface.js b/public/javascripts/admin_interface.js index 2beda98..57bf8c6 100644 --- a/public/javascripts/admin_interface.js +++ b/public/javascripts/admin_interface.js | |||
| @@ -5,8 +5,8 @@ $(document).ready(function () { | |||
| 5 | menu_item_sorter.initialize(); | 5 | menu_item_sorter.initialize(); |
| 6 | 6 | ||
| 7 | jQuery.ajaxSetup({ | 7 | jQuery.ajaxSetup({ |
| 8 | 'beforeSend': function(xhr) {xhr.setRequestHeader("Accept", "text/javascript")} | 8 | 'beforeSend': function(xhr) {xhr.setRequestHeader("Accept", "text/javascript");} |
| 9 | }) | 9 | }); |
| 10 | 10 | ||
| 11 | $(document).ajaxSend(function(event, request, settings) { | 11 | $(document).ajaxSend(function(event, request, settings) { |
| 12 | if (typeof(AUTH_TOKEN) == "undefined") return; | 12 | if (typeof(AUTH_TOKEN) == "undefined") return; |
