use port 8880 for cloudflare compability maybe

This commit is contained in:
Nicolas A. Tonne
2015-09-09 16:53:31 +02:00
parent 45e390304b
commit c8515d9753
7 changed files with 7 additions and 7 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+'8880');
socket.emit('frontpage_lists');
socket.on('playlists', function(msg){
Nochan.populate_channels(msg);