on_load entfernt und in jquery.ready verwandelt
[kivitendo-erp.git] / templates / webpages / fu / search.html
index b1f6aee..3b9fcee 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>
 
  <div class="listtop">[% title %]</div>