diff --git a/static/js/nochan.js b/static/js/nochan.js index fb9836b8..d9e8a740 100755 --- a/static/js/nochan.js +++ b/static/js/nochan.js @@ -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');