Making changes for cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 12:46:53 +02:00
parent 2d044f67f5
commit 16fca358e8
5 changed files with 11 additions and 14 deletions

View File

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