Loading public/javascript/redmic/modules/base/_Window.js +4 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,10 @@ define([ _beforeShow: function(req) { if (this._getShown()) { return this.inherited(arguments); } if (this._getPreviouslyShown()) { this._removeNodeListeners(); } Loading Loading
public/javascript/redmic/modules/base/_Window.js +4 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,10 @@ define([ _beforeShow: function(req) { if (this._getShown()) { return this.inherited(arguments); } if (this._getPreviouslyShown()) { this._removeNodeListeners(); } Loading