summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanguy Ortolo <tanguy+debian@ortolo.eu>2017-04-14 09:23:13 -0400
committerTanguy Ortolo <tanguy+debian@ortolo.eu>2017-04-14 09:23:13 -0400
commit1be632e72dffb59270e7f01aeda16d727d8e23b9 (patch)
treede243f85bc867c237a5d843dc6fbb6b3cc14d1fe
parent2fbcaec5e5cc13d05ceea11207514bd35367a8e6 (diff)
use_packaged_jquery
Gbp-Pq: Name use_packaged_jquery.diff
-rw-r--r--lib/exe/js.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 0582ddf..348a4ea 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -45,9 +45,9 @@ function js_out(){
// array of core files
$files = array(
- 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",
+ "/usr/share/javascript/jquery/jquery$min.js",
+ '/usr/share/javascript/jquery-cookie/jquery.cookie.js',
+ "/usr/share/javascript/jquery-ui/jquery-ui$min.js",
DOKU_INC."lib/scripts/jquery/jquery-migrate$min.js",
DOKU_INC.'inc/lang/'.$conf['lang'].'/jquery.ui.datepicker.js',
DOKU_INC."lib/scripts/fileuploader.js",