summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
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();