Revision 9e85c889
Von Bernd Bleßmann vor etwa 8 Jahren hinzugefügt
js/common.js | ||
---|---|---|
239 | 239 |
// TODO: find out how to reliably frame the active element |
240 | 240 |
window.scrollTo(0, document.activeElement.getBoundingClientRect().top); |
241 | 241 |
|
242 |
// legacy. sone forms install these
|
|
242 |
// legacy. some forms install these
|
|
243 | 243 |
if (typeof fokus == 'function') { fokus(); return; } |
244 | 244 |
if (focus_by_name('cursor_fokus')) return; |
245 | 245 |
}, 0); |
Auch abrufbar als: Unified diff
Typo im Kommentar korrigiert.