summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-10-08 11:06:24 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-10-08 11:06:24 +0200
commit10ffc9dd6a89562ef502baa21f968cf269fe21b0 (patch)
tree588a93449c81e77ef01f5ffe2e06958a8cdfc53c /lib/exe/js.php
parent8c12804991c564aafbb2508e473d7a915947d982 (diff)
downloadrpg-10ffc9dd6a89562ef502baa21f968cf269fe21b0.tar.gz
rpg-10ffc9dd6a89562ef502baa21f968cf269fe21b0.tar.bz2
remove unused code
This patch removes some commented code fragments and alternative snippet generators darcs-hash:20061008090624-7ad00-14bfee2ded6c6c8ef43ad02a4c02a5d95ee9daf7.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index e01ab7bf5..6df8abccd 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -145,12 +145,6 @@ function js_out(){
js_runonstart('scrollToMarker()');
js_runonstart('focusMarker()');
-/* // initialize init pseudo event
- echo 'if (document.addEventListener) {'.NL;
- echo ' document.addEventListener("DOMContentLoaded", window.fireoninit, null);'.NL;
- echo '}'.NL;
- echo 'addEvent(window,"load",window.fireoninit);'.NL;*/
-
// end output buffering and get contents
$js = ob_get_contents();
ob_end_clean();