Forums
(@lordchammon)
13 years, 11 months ago
Tested right now: Changing in image-widget/resources/js/image-widget-upload-fixer.js: jQuery('form#image-form').submit( [...] to jQuery('form#image-form').live('submit', [...] doesn’t seem to work
jQuery('form#image-form').submit( [...]
jQuery('form#image-form').live('submit', [...]