Forgot frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-27 15:24:46 +01:00
parent ee95896e2f
commit cb2aef4aab
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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