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 17b5a94 commit ba4431aCopy full SHA for ba4431a
public/dashboard.html
@@ -97,7 +97,7 @@ <h5>active visitors</h5>
97
98
<script>
99
100
- var socket = io.connect('http://localhost:3000');
+ var socket = io.connect();
101
var pages = {};
102
var lastPageId = 0;
103
public/index.html
@@ -27,7 +27,7 @@
27
28
<script type="text/javascript" src="socket.io/socket.io.js"></script>
29
30
31
socket.on('connect', function () {
32
socket.send(window.location.href);
33
});
0 commit comments