Loading public/javascript/redmic/modules/layout/genericDisplayer/GenericDisplayer.js +2 −4 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ define([ _addGenericContent: function(content, req) { this._removeOldContent(); if (content.getChannel) { this._addModuleContent(content, req || {}); } else { Loading @@ -97,8 +99,6 @@ define([ _addModuleContent: function(contentModule, req) { this._removeOldContent(); this._oldContentModule = contentModule; var showProps = req.showProps || {}; Loading @@ -112,8 +112,6 @@ define([ _addNodeContent: function(contentNode) { this._removeOldContent(); this._oldContentNode = put(this._contentNode, contentNode); }, Loading public/javascript/redmic/modules/layout/genericDisplayer/GenericWithTopbarDisplayerImpl.js +3 −2 Original line number Diff line number Diff line Loading @@ -118,10 +118,11 @@ define([ if (!nodeId) { console.error('Received a topbar content node to add without ID at module "%s"', this.getChannel()); } else { this._topbarContentNodes[nodeId] = contentParentNode; return; } this._topbarContentNodes[nodeId] = contentParentNode; put(contentParentNode, contentNode); }, Loading Loading
public/javascript/redmic/modules/layout/genericDisplayer/GenericDisplayer.js +2 −4 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ define([ _addGenericContent: function(content, req) { this._removeOldContent(); if (content.getChannel) { this._addModuleContent(content, req || {}); } else { Loading @@ -97,8 +99,6 @@ define([ _addModuleContent: function(contentModule, req) { this._removeOldContent(); this._oldContentModule = contentModule; var showProps = req.showProps || {}; Loading @@ -112,8 +112,6 @@ define([ _addNodeContent: function(contentNode) { this._removeOldContent(); this._oldContentNode = put(this._contentNode, contentNode); }, Loading
public/javascript/redmic/modules/layout/genericDisplayer/GenericWithTopbarDisplayerImpl.js +3 −2 Original line number Diff line number Diff line Loading @@ -118,10 +118,11 @@ define([ if (!nodeId) { console.error('Received a topbar content node to add without ID at module "%s"', this.getChannel()); } else { this._topbarContentNodes[nodeId] = contentParentNode; return; } this._topbarContentNodes[nodeId] = contentParentNode; put(contentParentNode, contentNode); }, Loading