summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-07-08 13:04:59 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-07-08 13:04:59 +0200
commit32cb905a0339607a7acfef6488bec0015bae6b8b (patch)
treea62e6c91f8aeb0f15c0197932b7a91a2995c0d23 /lib/exe
parent08db444152e81531736df0ac9bd055bfeb38dda8 (diff)
downloadrpg-32cb905a0339607a7acfef6488bec0015bae6b8b.tar.gz
rpg-32cb905a0339607a7acfef6488bec0015bae6b8b.tar.bz2
moved the TOC toggling to dw_behaviour
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/js.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 720e34577..308c1b534 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -107,7 +107,6 @@ function js_out(){
// init stuff
js_runonstart("addEvent(document,'click',closePopups)");
- js_runonstart('addTocToggle()');
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')");