mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot frontpage
This commit is contained in:
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -178,7 +178,7 @@ $(document).ready(function (){
|
|||||||
window.list_html = list_html;
|
window.list_html = list_html;
|
||||||
$("#channels").empty();
|
$("#channels").empty();
|
||||||
|
|
||||||
var socket = io.connect('//'+window.location.hostname+':8880');
|
var socket = io.connect('https://'+window.location.hostname+':8880');
|
||||||
socket.emit('frontpage_lists');
|
socket.emit('frontpage_lists');
|
||||||
socket.on('playlists', function(msg){
|
socket.on('playlists', function(msg){
|
||||||
Nochan.populate_channels(msg);
|
Nochan.populate_channels(msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user