summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorMichal Rezler <rezlemic@fel.cvut.cz>2011-03-30 23:08:13 +0200
committerMichal Rezler <rezlemic@fel.cvut.cz>2011-03-30 23:08:13 +0200
commitff482cae0f5a620704d845037d60ae13ab851410 (patch)
tree0814a102c0d3505092de6260f3c7f5bbba14ed80 /lib/exe/js.php
parent5ed44c0e335ad5c996597985e097b0e7850d277f (diff)
downloadrpg-ff482cae0f5a620704d845037d60ae13ab851410.tar.gz
rpg-ff482cae0f5a620704d845037d60ae13ab851410.tar.bz2
fixed import for drag.js and started a rewrite of edit.js
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 169803658..183ae6d4c 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -55,6 +55,7 @@ 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',