X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/171a38d37e97d7c21f6e78fdc344fc1bd12b9ab6..ac55752:/templates/webpages/menu/menuv3.html diff --git a/templates/webpages/menu/menuv3.html b/templates/webpages/menu/menuv3.html index 9a3410da5..eae64cce8 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); //--> @@ -41,9 +42,9 @@ $(function() {   - [[% 'new Window' | $T8 %]] + [[% 'new Window' | $T8 %]]   - [[% 'print' | $T8 %]] + [[% 'print' | $T8 %]]   [[% 'Search contacts' | $T8 %] ]