Typo im Kommentar korrigiert.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 10 Jan 2017 11:16:03 +0000 (12:16 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 10 Jan 2017 11:16:03 +0000 (12:16 +0100)
js/common.js

index 84e0b26..f8533d5 100644 (file)
@@ -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);