From 303d4f1470333e1ba613083310ab52b886f3d68c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 5 Jun 2011 12:15:18 +0200 Subject: fixed typo --- lib/exe/js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3