summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2011-06-21 13:30:18 +0200
committerAdrian Lang <mail@adrianlang.de>2011-06-21 14:07:50 +0200
commitcd06d16faa924afeb14f864b058e01ce8867057c (patch)
tree3a10fdbded20ee4e524a00cc935ed578a9523f3d /lib/exe
parent4b93850916b217e4bf2ede3ba5e5457e1916e9e7 (diff)
downloadrpg-cd06d16faa924afeb14f864b058e01ce8867057c.tar.gz
rpg-cd06d16faa924afeb14f864b058e01ce8867057c.tar.bz2
Fix index Javascript, introduce compatibility.js
* Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function) * Make index a global object again to allow overriding and enhancing * Use prefix dw_ for index object * Reintroduce index.treeattach * Support deprecated index.toggle calling convention * Add $ prefix for jQuery variables * Use slide animation for freshly loaded sublists as well * Fix various errors
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/js.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 0d4a08ebd..25dc8496a 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -58,6 +58,7 @@ function js_out(){
DOKU_INC.'lib/scripts/linkwiz.js',
DOKU_INC.'lib/scripts/media.js',
DOKU_INC.'lib/scripts/subscriptions.js',
+ DOKU_INC.'lib/scripts/compatibility.js',
# disabled for FS#1958 DOKU_INC.'lib/scripts/hotkeys.js',
DOKU_TPLINC.'script.js',
DOKU_INC.'lib/scripts/behaviour.js',