Revision 8202e4b9
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
js/common.js | ||
---|---|---|
166 | 166 |
}); |
167 | 167 |
// legacy. sone forms install these |
168 | 168 |
if (typeof fokus == 'function') { fokus(); return; } |
169 |
if (focus_by_name('fokus')) return; |
|
170 | 169 |
if (focus_by_name('cursor_fokus')) return; |
171 | 170 |
set_cursor_to_first_element(); |
172 | 171 |
}); |
Auch abrufbar als: Unified diff
Unterstützung für $::form->{fokus} entfernt, weil zu anfällig.
behebt #2028