mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-08 18:39:42 +00:00
Removed some logging, and fixed new chan bg
This commit is contained in:
@@ -20,7 +20,6 @@ $(document).ready(function()
|
||||
$(".search_input").focus();
|
||||
$(".search_input").keyup(function(event) {
|
||||
var search_input = $(this).val();
|
||||
console.log(event.keyCode);
|
||||
if(event.keyCode == 13 && search_input == "fireplace")
|
||||
{
|
||||
if(!peis)
|
||||
|
||||
Reference in New Issue
Block a user