Die Uhr doch nicht starten, weil sie unter Opera ziemlich viel Prozessorzeit verbrauc...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 29 Jan 2007 16:35:23 +0000 (16:35 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 29 Jan 2007 16:35:23 +0000 (16:35 +0000)
bin/mozilla/menuv3.pl

index 18ab334..c94e45f 100644 (file)
@@ -111,7 +111,7 @@ function clockon() {
   document.getElementById('clock_id').innerHTML = (h<10?'0'+h:h)+":"+(m<10?'0'+m:m)+":"+(s<10?'0'+s:s);
   var timer=setTimeout("clockon()", 1000);
 }
-window.onload=clockon
+//window.onload=clockon
 //-->
 </script>
 <table border="0" width="100%" background="image/bg_titel.gif" cellpadding="0" cellspacing="0">