diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 5b82e204..5a6d9021 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -2254,7 +2254,9 @@ ImageGrid.GROUP('Ribbon manipulations', var res = $('
')[insert]('.current.ribbon') // restore the animated state... - $('.field').removeClass('unanimated') + // XXX this is a hack... + setTimeout(function(){$('.field').removeClass('unanimated')}, 10) + //$('.field').removeClass('unanimated') return res }),