Skip to content

Commit fff14e7

Browse files
committed
Remove an unused variable
1 parent 60609a2 commit fff14e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/public/js/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ var svg_background_color_online = '#0288D1',
2323
comment_color = 'rgb(46, 204, 113)'
2424
edit_color = '#fff',
2525
total_sounds = 51,
26-
total_edits = 0;
2726

2827
var celesta = [],
2928
clav = [],
@@ -32,7 +31,7 @@ var svg_background_color_online = '#0288D1',
3231

3332

3433

35-
var socket = io(document.location.hostname);
34+
var socket = io(document.location.hostname + ":8000");
3635
socket.on('github', function (data) {
3736
$('.online-users-count').html(data.connected_users);
3837
data.data.forEach(function(event){

0 commit comments

Comments
 (0)