mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added hardware acceleration to main and controls
This commit is contained in:
@@ -84,7 +84,7 @@ function search(search_input){
|
|||||||
if(wrapper.length > 0)
|
if(wrapper.length > 0)
|
||||||
{
|
{
|
||||||
$(".main").addClass("blurT");
|
$(".main").addClass("blurT");
|
||||||
//$("#controls").addClass("blurT");
|
$("#controls").addClass("blurT");
|
||||||
}
|
}
|
||||||
|
|
||||||
$("<div style='display:none;'>"+wrapper+"</div>").appendTo('#results').slideDown('slow');
|
$("<div style='display:none;'>"+wrapper+"</div>").appendTo('#results').slideDown('slow');
|
||||||
|
|||||||
Reference in New Issue
Block a user