mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
more god
This commit is contained in:
@@ -15,7 +15,10 @@ $(document).ready(function()
|
|||||||
if(find)
|
if(find)
|
||||||
$(".lresult").addClass("brightness");
|
$(".lresult").addClass("brightness");
|
||||||
else
|
else
|
||||||
|
{
|
||||||
$(".lresult").removeClass("brightness");
|
$(".lresult").removeClass("brightness");
|
||||||
|
$(".lresult").removeClass("fullbrightness");
|
||||||
|
}
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
$("#findform").toggleClass("display");
|
$("#findform").toggleClass("display");
|
||||||
$("#adminPanel").toggleClass("brightness");
|
$("#adminPanel").toggleClass("brightness");
|
||||||
@@ -79,7 +82,7 @@ $(document).ready(function()
|
|||||||
bright = found[i].className.split(" ")[i];
|
bright = found[i].className.split(" ")[i];
|
||||||
}
|
}
|
||||||
//found[0].style.backgroundColor = "red";
|
//found[0].style.backgroundColor = "red";
|
||||||
myScroll.scrollToElement(found[0], 10, 0, -30);
|
myScroll.scrollToElement(found[0], 10, 0, -40);
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
$(".lresult").removeClass("fullbrightness");
|
$(".lresult").removeClass("fullbrightness");
|
||||||
|
|||||||
Reference in New Issue
Block a user