X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fdc625b4d1ba26782ff81ec2d79c1b533f26a9a7..641d6d24af0b42ebcc999e6623cd97c24b407c91:/js/common.js?ds=inline diff --git a/js/common.js b/js/common.js index 84e0b26dc..f8533d5e7 100644 --- a/js/common.js +++ b/js/common.js @@ -239,7 +239,7 @@ $(function () { // TODO: find out how to reliably frame the active element window.scrollTo(0, document.activeElement.getBoundingClientRect().top); - // legacy. sone forms install these + // legacy. some forms install these if (typeof fokus == 'function') { fokus(); return; } if (focus_by_name('cursor_fokus')) return; }, 0);