From 9b97d1332a1b0f9447ddb560d5ba12d965611f6d Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 14 Mar 2018 16:27:30 +0100 Subject: get test build [skip appveyor] --- src/stores/AppStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.js') 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 { setTimeout(() => this._reactivateServices(retryCount + 1), 5000); } else { console.debug('reactivateServices: reload Franz'); - window.location.reload(); + // window.location.reload(); } } -- cgit v1.2.3-54-g00ecf