aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tweetdeck/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tweetdeck/webview.js')
-rw-r--r--recipes/tweetdeck/webview.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/tweetdeck/webview.js b/recipes/tweetdeck/webview.js
index 6de7d75..b60415d 100644
--- a/recipes/tweetdeck/webview.js
+++ b/recipes/tweetdeck/webview.js
@@ -1,7 +1,5 @@
1const { ipcRenderer } = require('electron');
2
3// Tweetdeck redirect fix 1// Tweetdeck redirect fix
4ipcRenderer.on('redirect-url', (event, url) => { 2Ferdi.ipcRenderer.on('redirect-url', (event, url) => {
5 window.location.assign(url); 3 window.location.assign(url);
6}); 4});
7 5