aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/steamchat/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/steamchat/webview.js')
-rw-r--r--recipes/steamchat/webview.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/steamchat/webview.js b/recipes/steamchat/webview.js
index 1188c71..3773bad 100644
--- a/recipes/steamchat/webview.js
+++ b/recipes/steamchat/webview.js
@@ -30,6 +30,7 @@ module.exports = Ferdium => {
30 30
31 Ferdium.loop(getMessages); 31 Ferdium.loop(getMessages);
32 32
33 // TODO: See how this can be moved into the main ferdium app and sent as an ipc message for opening with a new window or same Ferdium recipe's webview based on user's preferences
33 document.addEventListener('click', event => { 34 document.addEventListener('click', event => {
34 const link = event.target.closest('a[href^="http"]'); 35 const link = event.target.closest('a[href^="http"]');
35 36