summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-08-19 11:35:58 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-08-19 11:35:58 +0200
commit99e7bfd4c733d81cd01dd2d97e10bb4dda62df66 (patch)
tree21823499b70495c33fdd7f8799d36e472db10b8a /lib/exe
parentf48fbadf2218e4ad1df6909374c30bddbb7a24bb (diff)
downloadrpg-99e7bfd4c733d81cd01dd2d97e10bb4dda62df66.tar.gz
rpg-99e7bfd4c733d81cd01dd2d97e10bb4dda62df66.tar.bz2
jqueryized locktimer
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 0e0a22d42..e96d45ee6 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -109,7 +109,7 @@ function js_out(){
js_runonstart("addEvent(document,'click',closePopups)");
js_runonstart("initToolbar('tool__bar','wiki__text',toolbar)");
if($conf['locktime'] != 0){
- js_runonstart("locktimer.init(".($conf['locktime'] - 60).",'".js_escape($lang['willexpire'])."',".$conf['usedraft'].", 'wiki__text')");
+ js_runonstart("dw_locktimer.init(".($conf['locktime'] - 60).",".$conf['usedraft'].")");
}
// init hotkeys - must have been done after init of toolbar
# disabled for FS#1958 js_runonstart('initializeHotkeys()');