repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
more fixes to working modal on seedlot table load
[sgn.git]
/
js
/
main.js
blob
b004df7ba9001d67f13e5e755047a347bc2908b9
1
jQuery(function () {
2
jsKeyboard.init("virtualKeyboard");
3
4
//first input focus
5
var $firstInput =jQuery(':input').first().focus();
6
jsKeyboard.currentElement = $firstInput;
7
jsKeyboard.currentElementCursorPosition = 0;
8
});