mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Found more errors left from the doctype html and cleaned it up
This commit is contained in:
@@ -17,7 +17,6 @@ function chat(data)
|
||||
setup_chat_listener(chan);
|
||||
|
||||
document.getElementById("chat-btn").addEventListener("click", function(){
|
||||
console.log("clicked");
|
||||
$("#text-chat-input").focus();
|
||||
//$("#chat-btn").css("color", "white");
|
||||
$("#chat-btn i").css("opacity", 1);
|
||||
|
||||
Reference in New Issue
Block a user