Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:24:52 +02:00
parent c8112e04e4
commit 1c01bc6994
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+':3000');
var socket = io.connect('//'+window.location.hostname+':2053');
socket.emit('frontpage_lists');
socket.on('playlists', function(msg){
Nochan.populate_channels(msg);