diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-01-26 12:26:15 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-01-26 12:26:15 +0100 |
commit | c499bfe13cc054e1a85ba63045d722c713ca8da4 (patch) | |
tree | 23699abe14f5f74dc1d2f312d0de2810a0fafb14 /lib/exe/js.php | |
parent | d743dbac300295002c42e8f2e8b424b4171fe680 (diff) | |
download | rpg-c499bfe13cc054e1a85ba63045d722c713ca8da4.tar.gz rpg-c499bfe13cc054e1a85ba63045d722c713ca8da4.tar.bz2 |
added jquery-migrate as a copatibility layer
this will be removed soon again. plugins using jQuery should make sure
they are compatible to jQuery 1.9
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index 7c1c27138..969a811cf 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -44,6 +44,7 @@ function js_out(){ DOKU_INC.'lib/scripts/jquery/jquery.cookie.js', DOKU_INC."lib/scripts/jquery/jquery-ui$min.js", DOKU_INC."lib/scripts/jquery/jquery.mb.browser.js", + DOKU_INC."lib/scripts/jquery/jquery-migrate.js", DOKU_INC."lib/scripts/fileuploader.js", DOKU_INC."lib/scripts/fileuploaderextended.js", DOKU_INC.'lib/scripts/helpers.js', |