diff options
author | Adrian Lang <mail@adrianlang.de> | 2011-09-09 22:26:16 +0200 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2011-09-13 12:03:43 +0200 |
commit | 5e7a292691951a0fa0a18f06c8b9bcfb509a032d (patch) | |
tree | 5a844f42ea262883faaf5047544799e4ceb10941 /lib/scripts/index.js | |
parent | c62a5f5846e3477044ebc93e96f98b878d3e7a59 (diff) | |
download | dokuwiki-5e7a292691951a0fa0a18f06c8b9bcfb509a032d.tar.gz dokuwiki-5e7a292691951a0fa0a18f06c8b9bcfb509a032d.zip |
Various JavaScript improvements, JSLint, jQuery
Diffstat (limited to 'lib/scripts/index.js')
-rw-r--r-- | lib/scripts/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/scripts/index.js b/lib/scripts/index.js index 96d4e2fb9..4b67a0b12 100644 --- a/lib/scripts/index.js +++ b/lib/scripts/index.js @@ -1,6 +1,3 @@ -/*jslint white: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: false, newcap: true, immed: true */ -/*global jQuery, window, DOKU_BASE, DEPRECATED, bind*/ - var dw_index = jQuery('#index__tree').dw_tree({deferInit: true, load_data: function (show_sublist, $clicky) { jQuery.post( |