New issue 12 by fahhem2: Missing JS for showPopupImage
http://code.google.com/p/django-blocks/issues/detail?id=12
I'm using Django 1.2.1 but I can't find showPopupImage anywhere online.
This is from DelAdminFileWidget and it shouldn't even use javascript:
instead using onclick, but unless it's a fancy popup, you can just use
href="%s" and target="_blank" to open a popup with the image in it.
Comment #1 on issue 12 by kimus.linuxus: Missing JS for showPopupImage
http://code.google.com/p/django-blocks/issues/detail?id=12
Thank you for your issue. I'm sure this worked on later versions of django.
I should show all the images (original and resized) but for now a simple
target _blank should be sufficient.
Fixed in r237