[SSE] Fix Bug 36464.

This commit is contained in:
Julia Radzhabova 2017-12-01 14:48:41 +03:00
parent 8726fe186d
commit d5a7af7181

View file

@ -351,6 +351,7 @@ define([
},
showHistory: function() {
this._state.pluginIsRunning = false;
this.panelHistory.show();
this.panelHistory.$el.width((parseInt(Common.localStorage.getItem('de-mainmenu-width')) || MENU_SCALE_PART) - SCALE_MIN);
Common.NotificationCenter.trigger('layout:changed', 'history');