diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 0950e720..38a45211 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -1254,7 +1254,6 @@ function updateImage(img, size){ var id = img.attr('id') var overlay = $('#'+id+' .image-overlay') // create an overlay with the same image... - // XXX do we need to create the overlay each time??? overlay .css({ 'background-image': img.css('background-image'),