Fixed dickbug

This commit is contained in:
KasperRT
2015-03-17 15:27:11 +01:00
parent c66e7288b0
commit cece1a9452

View File

@@ -72,6 +72,8 @@ $(document).ready(function()
found = $("#wrapper").find(".lresult:contains('"+$("#findform-input").val()+"')");
if(found != "" && $("#findform-input").val() != "")
{
elems.length = 0;
bright.length = 0;
for(i = 0; i < found.length; i++)
{
found[i].className = found[i].className + " fullbrightness";