diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-07-08 13:04:59 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-07-08 13:04:59 +0200 |
commit | 32cb905a0339607a7acfef6488bec0015bae6b8b (patch) | |
tree | a62e6c91f8aeb0f15c0197932b7a91a2995c0d23 /lib/exe/js.php | |
parent | 08db444152e81531736df0ac9bd055bfeb38dda8 (diff) | |
download | rpg-32cb905a0339607a7acfef6488bec0015bae6b8b.tar.gz rpg-32cb905a0339607a7acfef6488bec0015bae6b8b.tar.bz2 |
moved the TOC toggling to dw_behaviour
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 1 |
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')"); |