diff options
author | Chad Parry <github@chad.parry.org> | 2011-05-18 19:49:25 -0600 |
---|---|---|
committer | Chad Parry <github@chad.parry.org> | 2011-05-18 19:49:25 -0600 |
commit | f0bfd1fef0b6d17da9a491f7c724ae53491926a2 (patch) | |
tree | e41cb18c39b462c2ad071240e97ad2bde10693e0 /themes/wind/js/ui.init.js | |
parent | 72f3fc46f6c7c9043e730063051ecfd88bf314c8 (diff) | |
parent | db734130c5fe10408040b2326b28b102f3131271 (diff) |
Merge branch 'master' of https://github.com/gallery/gallery3 into rawphoto
Conflicts:
modules/gallery/helpers/system.php
modules/gallery/tests/System_Helper_Test.php
Diffstat (limited to 'themes/wind/js/ui.init.js')
-rw-r--r-- | themes/wind/js/ui.init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/js/ui.init.js b/themes/wind/js/ui.init.js index 2c67bf3a..3ee3e32e 100644 --- a/themes/wind/js/ui.init.js +++ b/themes/wind/js/ui.init.js @@ -82,7 +82,7 @@ $(document).ready(function() { } else { var sib_height = $(this).prev().height(); } - if ($.browser.msie && $.browser.version >= 8) { + if ($.browser.msie && $.browser.version <= 8) { sib_height = sib_height + 1; } $(this).css("height", sib_height); |