diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-06-05 12:15:18 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-06-05 12:15:18 +0200 |
commit | 303d4f1470333e1ba613083310ab52b886f3d68c (patch) | |
tree | ed342910b14c947181c218807436595c9f84129e /lib | |
parent | 43576758311bd64506284b15a3a12f153a1c1bc2 (diff) | |
download | rpg-303d4f1470333e1ba613083310ab52b886f3d68c.tar.gz rpg-303d4f1470333e1ba613083310ab52b886f3d68c.tar.bz2 |
fixed typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/exe/js.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index 69bc730ac..b0618dc4c 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -39,7 +39,7 @@ function js_out(){ // array of core files $files = array( - DOKU_INC."lib/scripts/jquery/jquery$min.js"; + 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/helpers.js', |