mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed unblurring of playercontrols and added ease on progressbar
This commit is contained in:
@@ -27,6 +27,7 @@ $(document).ready(function()
|
||||
}else if(event.keyCode == 27){
|
||||
$("#results").html("");
|
||||
$(".main").removeClass("blurT");
|
||||
$("#controls").removeClass("blurT");
|
||||
$(".main").removeClass("clickthrough");
|
||||
}else{
|
||||
i = 0;
|
||||
|
||||
Reference in New Issue
Block a user