mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
increased timeout of focus
This commit is contained in:
parent
80cb6e16e7
commit
38f3402c95
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue