aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-08 19:35:29 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-08 19:35:29 +0200
commit9e539a8be8368ed5f44cfd8e92e66afc06140cb5 (patch)
tree528cf82353fddd5480460a7ad3e842fa2c86ba50 /src/stores/AppStore.js
parentfix(Services): Restore services after 10 minutes system suspension (diff)
downloadferdium-app-9e539a8be8368ed5f44cfd8e92e66afc06140cb5.tar.gz
ferdium-app-9e539a8be8368ed5f44cfd8e92e66afc06140cb5.tar.zst
ferdium-app-9e539a8be8368ed5f44cfd8e92e66afc06140cb5.zip
remove external url event
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 87a661b2a..4a00cb294 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -304,8 +304,6 @@ export default class AppStore extends Store {
304 if (isValidExternalURL(url)) { 304 if (isValidExternalURL(url)) {
305 shell.openExternal(url); 305 shell.openExternal(url);
306 } 306 }
307
308 gaEvent('External URL', 'open', parsedUrl.host);
309 } 307 }
310 308
311 @action _checkForUpdates() { 309 @action _checkForUpdates() {