aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-08 10:22:12 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-08 10:22:12 +0100
commit94c60de558c436264593b6c79285b7fe4e46a170 (patch)
tree52e0465b397701f102449a0959f5d238a8536bb1
parentfix linting errors (diff)
parent[MINOR] fix linting errors (diff)
downloadferdium-app-94c60de558c436264593b6c79285b7fe4e46a170.tar.gz
ferdium-app-94c60de558c436264593b6c79285b7fe4e46a170.tar.zst
ferdium-app-94c60de558c436264593b6c79285b7fe4e46a170.zip
Merge branch 'develop' into fix/import-screen-toggles
-rw-r--r--src/stores/ServicesStore.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 349a609a1..99ffe5439 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -590,8 +590,8 @@ export default class ServicesStore extends Store {
590 590
591 if (service) { 591 if (service) {
592 if (service.timer !== null) { 592 if (service.timer !== null) {
593 clearTimeout(service.timer) 593 clearTimeout(service.timer);
594 } 594 }
595 595
596 const loop = () => { 596 const loop = () => {
597 if (!service.webview) return; 597 if (!service.webview) return;