summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorPierre Spring <pierre.spring@caillou.ch>2010-10-10 23:42:56 +0200
committerPierre Spring <pierre.spring@caillou.ch>2010-10-10 23:42:56 +0200
commitc4bb7947fcb2d4a5e5f8a15d9e3bbec333e44e13 (patch)
tree72ac33dab99e63f3e5e368a131b3fb7445b86f33 /lib/exe/js.php
parentaa5d3d8e43bc72ed30ab9279f6160d0d4fe2df49 (diff)
downloadrpg-c4bb7947fcb2d4a5e5f8a15d9e3bbec333e44e13.tar.gz
rpg-c4bb7947fcb2d4a5e5f8a15d9e3bbec333e44e13.tar.bz2
Got rid of drag.js and added jQuery UI instead.
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index c916bf85d..59d1ded2c 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -44,6 +44,8 @@ function js_out(){
// array of core files
$files = array(
$jquery_file_path,
+ DOKU_INC.'lib/scripts/jquery-ui/jquery-ui.core.min.js',
+ DOKU_INC.'lib/scripts/jquery-ui/jquery-ui.interactions.min.js',
DOKU_INC.'lib/scripts/helpers.js',
DOKU_INC.'lib/scripts/events.js',
DOKU_INC.'lib/scripts/delay.js',
@@ -52,7 +54,6 @@ function js_out(){
DOKU_INC.'lib/scripts/tw-sack.js',
DOKU_INC.'lib/scripts/ajax.js',
DOKU_INC.'lib/scripts/index.js',
- DOKU_INC.'lib/scripts/drag.js',
DOKU_INC.'lib/scripts/textselection.js',
DOKU_INC.'lib/scripts/toolbar.js',
DOKU_INC.'lib/scripts/edit.js',