Skip to content

Commit 9942118

Browse files
committed
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.
1 parent 9d2e1be commit 9942118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/exe/js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function js_out(){
6262
DOKU_INC.'lib/scripts/locktimer.js',
6363
DOKU_INC.'lib/scripts/linkwiz.js',
6464
DOKU_INC.'lib/scripts/media.js',
65-
DOKU_INC.'lib/scripts/compatibility.js',
65+
# deprecated DOKU_INC.'lib/scripts/compatibility.js',
6666
# disabled for FS#1958 DOKU_INC.'lib/scripts/hotkeys.js',
6767
DOKU_INC.'lib/scripts/behaviour.js',
6868
DOKU_INC.'lib/scripts/page.js',

0 commit comments

Comments
 (0)