Loading public/js/service-referentiel.js +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ $.widget("ose.referentiels", { this.element.find('.referentiel-delete').popAjax({ submit: function (event, popAjax) { if (!popAjax.errorsInContent()) { if (!popAjax.hasErrors()) { var serviceId = popAjax.element.parents('tr.referentiel-ligne').data('id'); popAjax.hide(); that.onAfterDelete(serviceId); Loading public/js/service.js +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ $.widget("ose.enseignements", { this.element.find('.service-delete').popAjax({ submit: function (event, popAjax) { if (!popAjax.errorsInContent()) { if (!popAjax.hasErrors()) { var serviceId = popAjax.element.parents('tr.service-ligne').data('id'); popAjax.hide(); that.onAfterDelete(serviceId); Loading Loading
public/js/service-referentiel.js +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ $.widget("ose.referentiels", { this.element.find('.referentiel-delete').popAjax({ submit: function (event, popAjax) { if (!popAjax.errorsInContent()) { if (!popAjax.hasErrors()) { var serviceId = popAjax.element.parents('tr.referentiel-ligne').data('id'); popAjax.hide(); that.onAfterDelete(serviceId); Loading
public/js/service.js +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ $.widget("ose.enseignements", { this.element.find('.service-delete').popAjax({ submit: function (event, popAjax) { if (!popAjax.errorsInContent()) { if (!popAjax.hasErrors()) { var serviceId = popAjax.element.parents('tr.service-ligne').data('id'); popAjax.hide(); that.onAfterDelete(serviceId); Loading