Commit c9730776 authored by Laurent Lecluse's avatar Laurent Lecluse Committed by David Surville
Browse files

Correction du bug qui envoie des événements dde post au chargement AJAX à tort

parent 4d7a9571
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'));
            }
        });
    },