##// END OF EJS Templates
Close image popup when clicked on it
neko259 -
r1475:daf7f277 default
parent child Browse files
Show More
@@ -180,6 +180,9 b' PopupImageViewer.prototype.view = functi'
180 stack: '.img-full'
180 stack: '.img-full'
181 })
181 })
182 .appendTo($('body'));
182 .appendTo($('body'));
183 newImage.click(function() {
184 $(this).remove();
185 });
183 } else {
186 } else {
184 existingPopups.remove();
187 existingPopups.remove();
185 }
188 }
General Comments 0
You need to be logged in to leave comments. Login now