mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Autofocusing chat input
This commit is contained in:
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
@@ -324,6 +324,7 @@ $(document).on("click", ".chat-link", function(e){
|
|||||||
$("#chatPlaylist").css("display", "block");
|
$("#chatPlaylist").css("display", "block");
|
||||||
$("#wrapper").css("display", "none");
|
$("#wrapper").css("display", "none");
|
||||||
$("#suggestions").css("display", "none");
|
$("#suggestions").css("display", "none");
|
||||||
|
$("#text-chat-input").focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("click", ".playlist-link", function(e){
|
$(document).on("click", ".playlist-link", function(e){
|
||||||
|
|||||||
Reference in New Issue
Block a user