repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2109 from solgenomics/topic/image_display_order_fix
[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
});