diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-07-28 12:29:24 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-07-28 12:29:24 +0200 |
commit | ae22dee70061990f256be2671c0f585a572ce712 (patch) | |
tree | 233e49b9216a930e6eada09f9e1731b0f1008bde /lib | |
parent | ae45007edaa7e6d72f10a30a02548edb34ab3bfa (diff) | |
download | rpg-ae22dee70061990f256be2671c0f585a572ce712.tar.gz rpg-ae22dee70061990f256be2671c0f585a572ce712.tar.bz2 |
remove min-height after toggling FS#2555
Diffstat (limited to 'lib')
-rw-r--r-- | lib/scripts/page.js | 1 |
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 }); }; |