This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-06 14:14:31 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ $(document).ready(function (){
list_html = $("#channels").html();
$("#channels").empty();
$("#search").focus();
var socket = io.connect('http://'+window.location.hostname+':3000');
var playlists = [];
socket.emit('frontpage_lists');