restore footer fluidity

This commit is contained in:
Luke Pulverenti
2014-03-17 21:45:28 -04:00
parent 3e0fc7ada1
commit fdda8549ba
4 changed files with 5 additions and 16 deletions
+1 -7
View File
@@ -318,19 +318,13 @@ var Dashboard = {
if (videoBackdrop.is(":visible")) {
footer.css("height", "50px");
videoBackdrop.css("bottom", "48px");
isPlaying = true;
} else {
if (!footer.is(":visible")) {
footer.show();
}
footer.show();
}