summaryrefslogtreecommitdiff
path: root/lib/scripts/page.js
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-07-28 12:29:24 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-07-28 12:29:24 +0200
commitae22dee70061990f256be2671c0f585a572ce712 (patch)
tree233e49b9216a930e6eada09f9e1731b0f1008bde /lib/scripts/page.js
parentae45007edaa7e6d72f10a30a02548edb34ab3bfa (diff)
downloadrpg-ae22dee70061990f256be2671c0f585a572ce712.tar.gz
rpg-ae22dee70061990f256be2671c0f585a572ce712.tar.bz2
remove min-height after toggling FS#2555
Diffstat (limited to 'lib/scripts/page.js')
-rw-r--r--lib/scripts/page.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scripts/page.js b/lib/scripts/page.js
index 74aca9c06..5ac81f33b 100644
--- a/lib/scripts/page.js
+++ b/lib/scripts/page.js
@@ -150,6 +150,7 @@ dw_page = {
// Start animation and assure that $toc is hidden/visible
$child.dw_toggle(hidden, function () {
$content.toggle(hidden);
+ $content.css('min-height',''); // remove min-height again
});
};