X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/41ef1d3c6e66a19f6e1c9529d8fcef3c81dd037d..d6d92d88c7bbfd0de64eb650d6ed97c9daffe1d7:/templates/webpages/menu/menuv3.html diff --git a/templates/webpages/menu/menuv3.html b/templates/webpages/menu/menuv3.html index 9a3410da5..b3f064a5c 100644 --- a/templates/webpages/menu/menuv3.html +++ b/templates/webpages/menu/menuv3.html @@ -27,13 +27,14 @@ function on_keydown_quicksearch(e) { return false; } -$(function() { +function clockon() { var now = new Date(); var h = now.getHours(); var m = now.getMinutes(); document.getElementById('clock_id').innerHTML = (h<10?'0'+h:h)+":"+(m<10?'0'+m:m); var timer=setTimeout("clockon()", 10000); -}); +} +$(clockon); //-->