diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 15:35:10 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 15:35:10 -0800 |
commit | 9df591c774d6acfbf658110a9151d87c583c0e82 (patch) | |
tree | 511217bd37381de6502fc078d59e0aa9c1749902 | |
parent | bf2b25ce325e3288aa91d8913c33ba880e6cfb8c (diff) |
Close the confirmation box with a fade, instead of a slide.
-rw-r--r-- | modules/gallery/views/upgrader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index fb55c4b2..80acc2a4 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -13,7 +13,7 @@ <? if ($can_upgrade): ?> <? if ($done): ?> <div id="confirmation"> - <a onclick="$('#confirmation').slideUp(); return false;" href="#" class="close">[x]</a> + <a onclick="$('#confirmation').fadeOut(); return false;" href="#" class="close">[x]</a> <div> <h1> <?= t("That's it!") ?> </h1> <p> |