increased timeout of focus

This commit is contained in:
Dave Cranwell 2015-03-19 14:16:37 +00:00
parent 80cb6e16e7
commit 38f3402c95

View file

@ -48,7 +48,7 @@ CODE FOR SETTING UP SPECIFIC UI WIDGETS, SUCH AS DELETE BUTTONS OR MENUS, DOES N
// focus first suitable input found
var timeout = setTimeout(function(){
$('.input input,.input textarea,.input .richtext', self.container).first().focus();
}, 10);
}, 250);
};
self.getIndex = function() {
return parseInt(indexField.val(), 10);