Vetle Endresen

Results 2 comments of Vetle Endresen

`$(".delete-book").each(function () { $(this).modalForm({formURL: $(this).data("form-url"), isDeleteForm: true}); });` Passing in **isDeleteForm: true** solves the problem.

Thanks! Yeah, I will use Postgresql for production, but I have not bothered to set that up yet. The project is fairly new so using sqlite has been sufficient until...