[SSE] Bug 55537
This commit is contained in:
parent
f8b74dc0ac
commit
159f0b13ec
|
@ -448,7 +448,7 @@ define([
|
|||
if (this.mode.canPrint) {
|
||||
var printPanel = SSE.getController('Print').getView('PrintWithPreview');
|
||||
printPanel.menu = this;
|
||||
this.panels['printpreview'] = printPanel.render(this.$el.find('#panel-print'));
|
||||
!this.panels['printpreview'] && (this.panels['printpreview'] = printPanel.render(this.$el.find('#panel-print')));
|
||||
}
|
||||
|
||||
if ( Common.Controllers.Desktop.isActive() ) {
|
||||
|
|
Loading…
Reference in a new issue