on_load entfernt und in jquery.ready verwandelt
[kivitendo-erp.git] / templates / webpages / fu / add_edit.html
index 2179283..72f954d 100644 (file)
@@ -1,14 +1,8 @@
 [%- USE T8 %]
 [%- USE L %]
 [%- USE HTML %]
-<body onload="on_load();">
-
  <script type="text/javascript">
-  <!--
-      function on_load() {
-        document.Form.subject.focus();
-      }
-    -->
+   $(function(){ document.Form.subject.focus(); });
  </script>
 
  <form action="fu.pl" method="post" name="Form">