Skip to content

Commit

Permalink
incorporated torbs PR from master
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Sep 24, 2014
1 parent 70b6015 commit bab8e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/listeners/synclisteners.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var wsnConnected = false;
var wsc;
var wscConnected = false;
var dataPrevious = 0;
var host = (window.location.host != "") ? window.location.host : "127.0.0.1";
var host = (window.location.host !== '') ? window.location.hostname : '127.0.0.1';

// handle page updates from one browser to another
function connectNavSync() {
Expand Down

0 comments on commit bab8e8c

Please sign in to comment.