mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed after hover bug
This commit is contained in:
@@ -4,7 +4,7 @@ var timer = 0;
|
|||||||
|
|
||||||
$(document).ready(function()
|
$(document).ready(function()
|
||||||
{
|
{
|
||||||
$( "#results" ).hover( function() { $("div.result").removeClass("hoverResults"); i = undefined; }, function() { });
|
$( "#results" ).hover( function() { $("div.result").removeClass("hoverResults"); i = 0; }, function() { });
|
||||||
|
|
||||||
|
|
||||||
$("#search").focus();
|
$("#search").focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user