mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Set focus to mod input
This commit is contained in:
parent
ad40a749a1
commit
3d9fa4273d
@ -36,6 +36,8 @@ define(function (require) {
|
||||
$okBtn.addClass('ladda-button').attr('data-style', 'expand-left');
|
||||
|
||||
this.laddaBtn = Ladda.create($okBtn.get(0));
|
||||
|
||||
this.$el.find('form .mod').focus();
|
||||
},
|
||||
|
||||
submit: function (modal) {
|
||||
|
Loading…
Reference in New Issue
Block a user