From: Bernd Bleßmann Date: Tue, 10 Jan 2017 11:16:03 +0000 (+0100) Subject: Typo im Kommentar korrigiert. X-Git-Tag: release-3.5.4~1760 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9e85c8893c0602e35198abf93d69154a0828ddbd;p=kivitendo-erp.git Typo im Kommentar korrigiert. --- 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);