diff options
Diffstat (limited to 'lib/exe/js.php')
-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', |