Removed some logging, and fixed new chan bg

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-12 16:00:53 +02:00
parent 11c604279d
commit 97934a0d17
3 changed files with 3 additions and 4 deletions

View File

@@ -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)