From 160c8e4821f0d3c1904ee2123f315d9a8322aab1 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 22 Jan 2018 13:16:17 +0300 Subject: [PATCH] Fix Bug 36522. --- apps/common/main/lib/view/PasswordDialog.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/common/main/lib/view/PasswordDialog.js b/apps/common/main/lib/view/PasswordDialog.js index c88765c2eb..320d75293b 100644 --- a/apps/common/main/lib/view/PasswordDialog.js +++ b/apps/common/main/lib/view/PasswordDialog.js @@ -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'),