feinheit / feincms_gallery

Our gallery content type for FeinCMS
BSD 3-Clause "New" or "Revised" License
23 stars 18 forks source link

jQuery method .live() was removed in jQuey 1.9 #13

Closed niklaushug closed 9 years ago

niklaushug commented 9 years ago

.live() is used in template /admin/gallery/gallery/change_form.html

jQuery method .live() was deprecate in jQuery 1.7 and removed in jQuey 1.9.

I followed the recommendation of http://api.jquery.com/live/ and used .on() in a custom template instead.

sbaechler commented 9 years ago

Can you submit your patch as pull request?

sbaechler commented 9 years ago

Never mind. I'll update pypi. It has already been fixed in trunk.

sbaechler commented 9 years ago

v1.2 ist auf PyPi.