summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-05-28 14:15:43 +0200
committerAndreas Gohr <andi@splitbrain.org>2009-05-28 14:15:43 +0200
commit6b6da7f587c020b3439dc14c8250766f895adb93 (patch)
tree0f1d7e467b0cc7fa50ab5521b40b5818d252c260 /lib/exe/js.php
parentbbca79d883e9dbd29f59556a7e12322da7e9b02a (diff)
downloadrpg-6b6da7f587c020b3439dc14c8250766f895adb93.tar.gz
rpg-6b6da7f587c020b3439dc14c8250766f895adb93.tar.bz2
more javascript refactoring
Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1 darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
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 26323e9b0..7c5ad021c 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -51,6 +51,7 @@ function js_out(){
);
if($edit){
if($write){
+ $files[] = DOKU_INC.'lib/scripts/textselection.js';
$files[] = DOKU_INC.'lib/scripts/toolbar.js';
$files[] = DOKU_INC.'lib/scripts/edit.js';
}