[DE] Fix Bug 38285

This commit is contained in:
Julia Radzhabova 2018-07-23 17:40:40 +03:00
parent 817e59fc7f
commit 8f581a81ba

View file

@ -190,6 +190,11 @@ define([
show: function() { show: function() {
Common.Views.AdvancedSettingsWindow.prototype.show.apply(this, arguments); Common.Views.AdvancedSettingsWindow.prototype.show.apply(this, arguments);
var me = this;
_.delay(function(){
me.txtName.cmpEl.find('input').focus();
},500);
}, },
close: function() { close: function() {