summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-02-16 18:38:11 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-02-16 18:38:11 +0100
commit994211890f92c1678536b003354146fbb44b8f2f (patch)
tree012936786bd2040d8757dad10dd934a26e0a3a1f /lib/exe
parent9d2e1be699d573eebda922cf67f030d3d2aa462d (diff)
downloadrpg-994211890f92c1678536b003354146fbb44b8f2f.tar.gz
rpg-994211890f92c1678536b003354146fbb44b8f2f.tar.bz2
disabled JavaScript compatibility layer
this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code. This will break plugins using outdated JavaScript. These plugins have to be updated according to https://www.dokuwiki.org/devel:jqueryfaq As a courtesy to users, the compatibility.js is not deleted, yet. Undoing this single patch can be used as a temporary workaround.
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 41d3e735c..4ff48133e 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -62,7 +62,7 @@ function js_out(){
DOKU_INC.'lib/scripts/locktimer.js',
DOKU_INC.'lib/scripts/linkwiz.js',
DOKU_INC.'lib/scripts/media.js',
- DOKU_INC.'lib/scripts/compatibility.js',
+# deprecated DOKU_INC.'lib/scripts/compatibility.js',
# disabled for FS#1958 DOKU_INC.'lib/scripts/hotkeys.js',
DOKU_INC.'lib/scripts/behaviour.js',
DOKU_INC.'lib/scripts/page.js',