shortened the fade timer

This commit is contained in:
KasperRT
2014-10-14 00:13:37 +02:00
parent 468f84cc22
commit 38422dfcc9

View File

@@ -14,8 +14,8 @@ function admin()
});
}else
{
setTimeout(function(){document.getElementById("adminPanel").innerHTML = "";}, 1000);
$("#adminPanel").fadeOut(1000);
setTimeout(function(){document.getElementById("adminPanel").innerHTML = "";}, 500);
$("#adminPanel").fadeOut(500);
}
$("#playlist").toggleClass("lowOpacity");
}