Autofocus chan form

This commit is contained in:
Nicolas A. Tonne
2015-05-06 13:26:38 +02:00
parent 08dc538152
commit 41da624243

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');