diff options
author | Adrian Lang <mail@adrianlang.de> | 2011-09-04 15:32:41 +0200 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2011-09-04 15:33:26 +0200 |
commit | 1ffc211ddb46bfabe649bbacd1e36bc8e035afa3 (patch) | |
tree | db38e999923c38efe5dab72c013ce0c985d9d4b5 /lib/scripts/index.js | |
parent | ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c (diff) | |
download | dokuwiki-1ffc211ddb46bfabe649bbacd1e36bc8e035afa3.tar.gz dokuwiki-1ffc211ddb46bfabe649bbacd1e36bc8e035afa3.zip |
Revert tmp commits
This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c.
This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
Diffstat (limited to 'lib/scripts/index.js')
-rw-r--r-- | lib/scripts/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/scripts/index.js b/lib/scripts/index.js index 4b67a0b12..96d4e2fb9 100644 --- a/lib/scripts/index.js +++ b/lib/scripts/index.js @@ -1,3 +1,6 @@ +/*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( |