From: Moritz Bunkus Date: Mon, 29 Jan 2007 16:35:23 +0000 (+0000) Subject: Die Uhr doch nicht starten, weil sie unter Opera ziemlich viel Prozessorzeit verbrauc... X-Git-Tag: release-2.4.2~219 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=28dfc82299cb4356621bec09a0b1af2933a2cfb6;p=kivitendo-erp.git Die Uhr doch nicht starten, weil sie unter Opera ziemlich viel Prozessorzeit verbraucht (fragt mich nicht, warum...). --- diff --git a/bin/mozilla/menuv3.pl b/bin/mozilla/menuv3.pl index 18ab33433..c94e45f1e 100644 --- a/bin/mozilla/menuv3.pl +++ b/bin/mozilla/menuv3.pl @@ -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 //-->