X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a12c839937370488b8b8a40bef376e7cb0a2ce6..ac55752:/templates/webpages/menu/menunew.html diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 89bad2b37..7285d867f 100644 --- a/templates/webpages/menu/menunew.html +++ b/templates/webpages/menu/menunew.html @@ -9,7 +9,7 @@ function clockon() { document.getElementById('clock_id').innerHTML = (h<10?'0'+h:h)+":"+(m<10?'0'+m:m); var timer=setTimeout("clockon()", 10000); } -window.onload=clockon +$(clockon); //--> @@ -19,12 +19,12 @@ window.onload=clockon