[DE] Fix Bug 38285
This commit is contained in:
parent
817e59fc7f
commit
8f581a81ba
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue