diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-02-03 12:50:11 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-02-03 12:50:11 -0800 |
commit | cc4bb766fdac23358d7b586aa3830b9650eed7a8 (patch) | |
tree | a8a54ee1e5560b8166809e8f1906d7d087295ae4 /lib/exe/js.php | |
parent | b75f4cc2b25d0b6587df71ce6a246882e36ff10b (diff) | |
parent | 192151b74b6b77cce79e36afd94200c50437085e (diff) | |
download | rpg-cc4bb766fdac23358d7b586aa3830b9650eed7a8.tar.gz rpg-cc4bb766fdac23358d7b586aa3830b9650eed7a8.tar.bz2 |
Merge pull request #163 from splitbrain/jquery1.9
Update 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 42979eeed..41d3e735c 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -43,6 +43,7 @@ function js_out(){ DOKU_INC."lib/scripts/jquery/jquery$min.js", DOKU_INC.'lib/scripts/jquery/jquery.cookie.js', DOKU_INC."lib/scripts/jquery/jquery-ui$min.js", + DOKU_INC."lib/scripts/jquery/jquery-migrate$min.js", DOKU_INC."lib/scripts/fileuploader.js", DOKU_INC."lib/scripts/fileuploaderextended.js", DOKU_INC.'lib/scripts/helpers.js', |