Loading public/unicaen/app/js/unicaen.js +1 −1 Original line number Diff line number Diff line Loading @@ -1067,7 +1067,7 @@ $.widget("unicaen.popAjax", { url: this.options.url, success: (response) => { that.setContent(response); that.contentSubmit(that.getPopoverElement().find('.popover-body')); //that.contentSubmit(that.getPopoverElement().find('.popover-body')); } }); }, Loading Loading
public/unicaen/app/js/unicaen.js +1 −1 Original line number Diff line number Diff line Loading @@ -1067,7 +1067,7 @@ $.widget("unicaen.popAjax", { url: this.options.url, success: (response) => { that.setContent(response); that.contentSubmit(that.getPopoverElement().find('.popover-body')); //that.contentSubmit(that.getPopoverElement().find('.popover-body')); } }); }, Loading