more fixes to working modal on seedlot table load
[sgn.git] / js / main.js
blobb004df7ba9001d67f13e5e755047a347bc2908b9
1      jQuery(function () {
2          jsKeyboard.init("virtualKeyboard");
4          //first input focus
5          var $firstInput =jQuery(':input').first().focus();
6          jsKeyboard.currentElement = $firstInput;
7          jsKeyboard.currentElementCursorPosition = 0;
8      });