Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-09-15 17:03:55 +04:00
parent 5f6210554c
commit c7044da743

View File

@ -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'),