Unterstützung für $::form->{fokus} entfernt, weil zu anfällig.
[kivitendo-erp.git] / js / common.js
index 298d5a2..cabc650 100644 (file)
@@ -166,7 +166,6 @@ $(document).ready(function () {
   });
   // legacy. sone forms install these
   if (typeof fokus == 'function') { fokus(); return; }
-  if (focus_by_name('fokus'))        return;
   if (focus_by_name('cursor_fokus')) return;
   set_cursor_to_first_element();
 });