hide settings on changed password

This commit is contained in:
antelle 2016-03-27 19:38:21 +03:00
parent b7b30190e7
commit 131a18aff0
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ var AppView = Backbone.View.extend({
if (this.views.keyChange || Alerts.alertDisplayed) {
return;
}
this.hideSettings();
this.views.menu.hide();
this.views.listWrap.hide();
this.views.list.hide();