projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed11f8c
)
Typo im Kommentar korrigiert.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 10 Jan 2017 11:16:03 +0000
(12:16 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 10 Jan 2017 11:16:03 +0000
(12:16 +0100)
js/common.js
patch
|
blob
|
history
diff --git
a/js/common.js
b/js/common.js
index
84e0b26
..
f8533d5
100644
(file)
--- 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. so
n
e forms install these
+ // legacy. so
m
e forms install these
if (typeof fokus == 'function') { fokus(); return; }
if (focus_by_name('cursor_fokus')) return;
}, 0);