aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 76c0222c9..2d0a617a5 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -366,7 +366,7 @@ export default class AppStore extends Store {
366 setTimeout(() => this._reactivateServices(retryCount + 1), 5000); 366 setTimeout(() => this._reactivateServices(retryCount + 1), 5000);
367 } else { 367 } else {
368 console.debug('reactivateServices: reload Franz'); 368 console.debug('reactivateServices: reload Franz');
369 window.location.reload(); 369 // window.location.reload();
370 } 370 }
371 } 371 }
372 372