main => main.css
[kivitendo-erp.git] / templates / webpages / menu / menuv3.html
index 2bd0f87..b3f064a 100644 (file)
@@ -34,7 +34,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);
 //-->
  </script>