Loading public/js/pop-ajax.js +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ $.widget("unicaen.popAjax", { submitEvent: undefined, submitClose: false, submitReload: false, forced: false, forced: true, loadingTitle: 'Chargement...', loadingContent: '<div class="loading"></div>', }, Loading Loading @@ -102,7 +102,7 @@ $.widget("unicaen.popAjax", { if ('A' === this.element.prop("tagName")) { this.options.url = this.element.attr('href'); } }console.log(this.options); }, Loading Loading
public/js/pop-ajax.js +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ $.widget("unicaen.popAjax", { submitEvent: undefined, submitClose: false, submitReload: false, forced: false, forced: true, loadingTitle: 'Chargement...', loadingContent: '<div class="loading"></div>', }, Loading Loading @@ -102,7 +102,7 @@ $.widget("unicaen.popAjax", { if ('A' === this.element.prop("tagName")) { this.options.url = this.element.attr('href'); } }console.log(this.options); }, Loading