aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Service.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-06-07 15:27:34 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-06-07 15:27:34 +0200
commit4a06f5e343b6274edbfa5818ba8b26c98f014cf3 (patch)
tree58ae02a29a63eb04f60409a0763eb2adf4dd7661 /src/models/Service.js
parentenable inline meetfranz.com subscriptions (diff)
parentFix spellchecker integration (diff)
downloadferdium-app-4a06f5e343b6274edbfa5818ba8b26c98f014cf3.tar.gz
ferdium-app-4a06f5e343b6274edbfa5818ba8b26c98f014cf3.tar.zst
ferdium-app-4a06f5e343b6274edbfa5818ba8b26c98f014cf3.zip
Merge branch 'chore/electron-5.0.1' into release/5.2.0-beta.1
Diffstat (limited to 'src/models/Service.js')
-rw-r--r--src/models/Service.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/models/Service.js b/src/models/Service.js
index 8a2a8d3d8..a118c093e 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -183,7 +183,9 @@ export default class Service {
183 options, 183 options,
184 })); 184 }));
185 185
186 this.webview.addEventListener('did-start-loading', () => { 186 this.webview.addEventListener('did-start-loading', (event) => {
187 debug('Did start load', this.name, event);
188
187 this.hasCrashed = false; 189 this.hasCrashed = false;
188 this.isLoading = true; 190 this.isLoading = true;
189 this.isError = false; 191 this.isError = false;