From 9e85c8893c0602e35198abf93d69154a0828ddbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 10 Jan 2017 12:16:03 +0100 Subject: [PATCH] Typo im Kommentar korrigiert. --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1