From c7044da743d7973d5cd63e2fd626d53548d8f8a8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 15 Sep 2012 17:03:55 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 1 - 1 file changed, 1 deletion(-) 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'),