##// 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 180 stack: '.img-full'
181 181 })
182 182 .appendTo($('body'));
183 newImage.click(function() {
184 $(this).remove();
185 });
183 186 } else {
184 187 existingPopups.remove();
185 188 }
General Comments 0
You need to be logged in to leave comments. Login now