mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
use port 8880 for cloudflare compability maybe
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user