mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
trying to fix https issue
This commit is contained in:
@@ -82,7 +82,7 @@ $(document).ready(function (){
|
||||
list_html = $("#channels").html();
|
||||
$("#channels").empty();
|
||||
|
||||
var socket = io.connect('//'+window.location.hostname+':3000');
|
||||
var socket = io.connect('https://'+window.location.hostname+':3000');
|
||||
var playlists = [];
|
||||
socket.emit('frontpage_lists');
|
||||
socket.on('playlists', function(msg){
|
||||
|
||||
Reference in New Issue
Block a user