forgot the extra panel on admin-index

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-25 20:00:49 +02:00
parent fe1ad85d29
commit fb4c809ba4

View File

@@ -34,6 +34,9 @@ $(document).ready(function() {
if ($(".messagewrapperfull").length > 0) {
plush+=$(".messagewrapperfull").height();
}
if ($(".dboarditemfull").length > 0) {
plush+=$(".dboarditemfull").height()+20;
}
$("article").css('height', $(".dboarditem:last").height()+plush);
}