summaryrefslogtreecommitdiffhomepage
path: root/app/lib/linking.js
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2017-11-14 18:50:21 +0100
committerErik Larkö <erik@mullvad.net>2017-12-14 09:16:50 +0100
commited657f7892eb9263e15a0cf2ffb0caa60b32491c (patch)
tree789a9dcdf150b7e5f9df098c2d1ae3a7680255ad /app/lib/linking.js
parent7c3d84ac86a5a29cbb456dbdce2f7af9696021cf (diff)
downloadmullvadvpn-ed657f7892eb9263e15a0cf2ffb0caa60b32491c.tar.xz
mullvadvpn-ed657f7892eb9263e15a0cf2ffb0caa60b32491c.zip
Links/exit in platform.js
moved separate small files to platform.js to handle platform specific tasks
Diffstat (limited to 'app/lib/linking.js')
-rw-r--r--app/lib/linking.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/lib/linking.js b/app/lib/linking.js
deleted file mode 100644
index ccbedde767..0000000000
--- a/app/lib/linking.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// @flow
-import { shell } from 'electron';
-
-var open = (link) => {
- shell.openExternal(link);
-};
-export default open; \ No newline at end of file