mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed dickbug
This commit is contained in:
@@ -72,6 +72,8 @@ $(document).ready(function()
|
|||||||
found = $("#wrapper").find(".lresult:contains('"+$("#findform-input").val()+"')");
|
found = $("#wrapper").find(".lresult:contains('"+$("#findform-input").val()+"')");
|
||||||
if(found != "" && $("#findform-input").val() != "")
|
if(found != "" && $("#findform-input").val() != "")
|
||||||
{
|
{
|
||||||
|
elems.length = 0;
|
||||||
|
bright.length = 0;
|
||||||
for(i = 0; i < found.length; i++)
|
for(i = 0; i < found.length; i++)
|
||||||
{
|
{
|
||||||
found[i].className = found[i].className + " fullbrightness";
|
found[i].className = found[i].className + " fullbrightness";
|
||||||
|
|||||||
Reference in New Issue
Block a user