Trying with port 3000

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 15:34:13 +02:00
parent 5ad794db07
commit b958fd16ec
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ $(document).ready(function (){
window.list_html = list_html;
$("#channels").empty();
var socket = io.connect('//'+window.location.hostname+':8880');
var socket = io.connect('//'+window.location.hostname+':3000');
socket.emit('frontpage_lists');
socket.on('playlists', function(msg){
Nochan.populate_channels(msg);