summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-06-05 12:15:18 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-06-05 12:15:18 +0200
commit303d4f1470333e1ba613083310ab52b886f3d68c (patch)
treeed342910b14c947181c218807436595c9f84129e
parent43576758311bd64506284b15a3a12f153a1c1bc2 (diff)
downloadrpg-303d4f1470333e1ba613083310ab52b886f3d68c.tar.gz
rpg-303d4f1470333e1ba613083310ab52b886f3d68c.tar.bz2
fixed typo
-rw-r--r--lib/exe/js.php2
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',