Loading js-apps/meep-frontend/src/js/containers/meep-container.js +0 −4 Original line number Diff line number Diff line Loading @@ -195,15 +195,11 @@ class MeepContainer extends Component { this.startExecPageRefresh(); this.startReplayStatusRefresh(); } if (this.props.signInStatus === STATUS_SIGNED_IN) { this.startSessionKeepaliveTimer(); } } stopTimers() { this.stopReplayStatusRefresh(); this.stopExecPageRefresh(); this.stopPlatformRefresh(); this.stopSessionKeepaliveTimer(); } // Platform refresh Loading Loading
js-apps/meep-frontend/src/js/containers/meep-container.js +0 −4 Original line number Diff line number Diff line Loading @@ -195,15 +195,11 @@ class MeepContainer extends Component { this.startExecPageRefresh(); this.startReplayStatusRefresh(); } if (this.props.signInStatus === STATUS_SIGNED_IN) { this.startSessionKeepaliveTimer(); } } stopTimers() { this.stopReplayStatusRefresh(); this.stopExecPageRefresh(); this.stopPlatformRefresh(); this.stopSessionKeepaliveTimer(); } // Platform refresh Loading