We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b6015 commit bab8e8cCopy full SHA for bab8e8c
public/listeners/synclisteners.js
@@ -18,7 +18,7 @@ var wsnConnected = false;
18
var wsc;
19
var wscConnected = false;
20
var dataPrevious = 0;
21
-var host = (window.location.host != "") ? window.location.host : "127.0.0.1";
+var host = (window.location.host !== '') ? window.location.hostname : '127.0.0.1';
22
23
// handle page updates from one browser to another
24
function connectNavSync() {
0 commit comments