Added tooltips to settings and manage

This commit is contained in:
Brinken
2012-03-15 15:08:06 +01:00
parent 4c04341382
commit 2c5ac9586c
5 changed files with 204 additions and 100 deletions
+10 -1
View File
@@ -31,7 +31,16 @@ $(window).resize(function() {
//Update close
$(document).ready(function () {
$("#updatebar").hide();
$("#updatebar").fadeIn("Fast");
$(".btnClose").click(function() {
$("#updatebar").fadeOut("slow");
});
});
});
//Main fadeIn
$(document).ready(function () {
$("#main").hide();
$("#main").fadeIn("slow");
});