Fix Bug 36522.

This commit is contained in:
Julia Radzhabova 2018-01-22 13:16:17 +03:00
parent 1bbf47dd44
commit 160c8e4821

View file

@ -54,7 +54,6 @@ define([
_options = {};
_.extend(_options, {
closable: false,
width : 350,
height : 220,
header : true,
@ -97,7 +96,6 @@ define([
if (this.$window) {
var me = this;
this.$window.find('.tool').hide();
this.$window.find('.dlg-btn').on('click', _.bind(this.onBtnClick, this));
this.inputPwd = new Common.UI.InputField({
el: $('#id-password-txt'),