Fix Bug 36522.
This commit is contained in:
parent
1bbf47dd44
commit
160c8e4821
|
@ -54,7 +54,6 @@ define([
|
||||||
_options = {};
|
_options = {};
|
||||||
|
|
||||||
_.extend(_options, {
|
_.extend(_options, {
|
||||||
closable: false,
|
|
||||||
width : 350,
|
width : 350,
|
||||||
height : 220,
|
height : 220,
|
||||||
header : true,
|
header : true,
|
||||||
|
@ -97,7 +96,6 @@ define([
|
||||||
|
|
||||||
if (this.$window) {
|
if (this.$window) {
|
||||||
var me = this;
|
var me = this;
|
||||||
this.$window.find('.tool').hide();
|
|
||||||
this.$window.find('.dlg-btn').on('click', _.bind(this.onBtnClick, this));
|
this.$window.find('.dlg-btn').on('click', _.bind(this.onBtnClick, this));
|
||||||
this.inputPwd = new Common.UI.InputField({
|
this.inputPwd = new Common.UI.InputField({
|
||||||
el: $('#id-password-txt'),
|
el: $('#id-password-txt'),
|
||||||
|
|
Loading…
Reference in a new issue