mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Autofocus chan form
This commit is contained in:
@@ -75,6 +75,8 @@ $(document).ready(function (){
|
|||||||
list_html = $("#channels").html();
|
list_html = $("#channels").html();
|
||||||
$("#channels").empty();
|
$("#channels").empty();
|
||||||
|
|
||||||
|
$("#search").focus();
|
||||||
|
|
||||||
var socket = io.connect('http://'+window.location.hostname+':3000');
|
var socket = io.connect('http://'+window.location.hostname+':3000');
|
||||||
var playlists = [];
|
var playlists = [];
|
||||||
socket.emit('frontpage_lists');
|
socket.emit('frontpage_lists');
|
||||||
|
|||||||
Reference in New Issue
Block a user