Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:27:34 +02:00
parent 511c2f8f97
commit d173d1c1d2
2 changed files with 2 additions and 2 deletions

View File

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