diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-26 16:32:42 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-26 16:32:42 -0600 |
commit | ca4f03b93e1c5eb90d1677684fd5220c000d7d34 (patch) | |
tree | fd507f754ebbfa93ebcd650d23db7f6f23b6cbba /themes/default/js/ui.init.js | |
parent | a7af9bb456fa840d0be2f83145a642e202be3325 (diff) |
Backed out vAlign change, it isn't working.
Diffstat (limited to 'themes/default/js/ui.init.js')
-rw-r--r-- | themes/default/js/ui.init.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/default/js/ui.init.js b/themes/default/js/ui.init.js index 11cd06ed..92a42ded 100644 --- a/themes/default/js/ui.init.js +++ b/themes/default/js/ui.init.js @@ -57,9 +57,6 @@ $(document).ready(function() { if ($("#gAlbumGrid").length) { // Vertical align thumbnails/metadata in album grid $(".gItem").vAlign(); - $(".gQuick").ajaxStop(function(){ - $(".gItem").vAlign(); - }); } // Photo/Item item view only |