summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-02-06 10:03:34 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-02-06 10:03:34 +0100
commit55f92d7e8cfe32e4040ebcd55612ad3dec244640 (patch)
tree50b6c7de51aa2563f3e92033c640b035ace239d7 /lib/exe/js.php
parent1b885c58f9e8294f0b866e2c327942ce3ab9de3f (diff)
downloadrpg-55f92d7e8cfe32e4040ebcd55612ad3dec244640.tar.gz
rpg-55f92d7e8cfe32e4040ebcd55612ad3dec244640.tar.bz2
moved locktimer class to its own file
I also adjusted the coding style to match our other JS classes
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 117021308..645ab3cc4 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -48,6 +48,7 @@ function js_out(){
DOKU_INC.'lib/scripts/textselection.js',
DOKU_INC.'lib/scripts/toolbar.js',
DOKU_INC.'lib/scripts/edit.js',
+ DOKU_INC.'lib/scripts/locktimer.js',
DOKU_INC.'lib/scripts/linkwiz.js',
DOKU_INC.'lib/scripts/media.js',
DOKU_INC.'lib/scripts/subscriptions.js',