summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorMichal Rezler <rezlemic@fel.cvut.cz>2011-03-26 15:42:22 +0100
committerMichal Rezler <rezlemic@fel.cvut.cz>2011-03-26 15:42:22 +0100
commitfdfb9c6a2877dcbadeab697aad779bea76780965 (patch)
treeabcf9001620e93fd471f53c396f905a14142c269 /lib/exe/js.php
parent3044fa04f4879fe194de48009c13d119ac7782a5 (diff)
downloadrpg-fdfb9c6a2877dcbadeab697aad779bea76780965.tar.gz
rpg-fdfb9c6a2877dcbadeab697aad779bea76780965.tar.bz2
cookie.js is jQueryfied, added jQuery-cookie-plugin
Diffstat (limited to 'lib/exe/js.php')
-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 b0b722a2e..d3377fb0b 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -44,6 +44,7 @@ function js_out(){
// array of core files
$files = array(
$jquery_file_path,
+ DOKU_INC.'lib/scripts/jquery/jquery.cookie.js',
DOKU_INC.'lib/scripts/jquery-ui/jquery-ui.core.min.js',
DOKU_INC.'lib/scripts/jquery-ui/jquery-ui.interactions.min.js',
DOKU_INC.'lib/scripts/helpers.js',