diff --git a/app/components/loading-slider.js b/app/components/loading-slider.js index ce7b66b..98a389a 100644 --- a/app/components/loading-slider.js +++ b/app/components/loading-slider.js @@ -41,6 +41,8 @@ export default Component.extend({ }, willDestroy() { + if (isFastBoot()) { return; } + run.once(this, function() { this.get('loadingSlider').off('startLoading', this, this._startLoading); this.get('loadingSlider').off('endLoading', this, this._endLoading);