diff --git a/lib/www/index.html b/lib/www/index.html index b18500bd..7daeec24 100644 --- a/lib/www/index.html +++ b/lib/www/index.html @@ -61,7 +61,7 @@ if (id) { }); }; -var ws = new WebSocket("wss://electrum.org:9999/"); +var ws = new WebSocket("wss://" + window.location.hostname + ":9999/"); ws.onopen = function() { ws.send('id:' + id); };