app/assets/javascripts/custom/prices.js in artfully_ose-1.1.0 vs app/assets/javascripts/custom/prices.js in artfully_ose-1.2.0.alpha.1
- old
+ new
@@ -5,6 +5,7 @@
function add_fields(link, association, content) {
var new_id = new Date().getTime();
var regexp = new RegExp("new_" + association, "g")
$(link).parents('.control-group').before(content.replace(regexp, new_id));
+ bindMemberTickets();
}
\ No newline at end of file