We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60609a2 commit fff14e7Copy full SHA for fff14e7
1 file changed
app/public/js/main.js
@@ -23,7 +23,6 @@ var svg_background_color_online = '#0288D1',
23
comment_color = 'rgb(46, 204, 113)'
24
edit_color = '#fff',
25
total_sounds = 51,
26
- total_edits = 0;
27
28
var celesta = [],
29
clav = [],
@@ -32,7 +31,7 @@ var svg_background_color_online = '#0288D1',
32
31
33
34
35
-var socket = io(document.location.hostname);
+var socket = io(document.location.hostname + ":8000");
36
socket.on('github', function (data) {
37
$('.online-users-count').html(data.connected_users);
38
data.data.forEach(function(event){
0 commit comments