Commit 6e4b8d93 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

forced à true par défaut, sinon certains traitements ne marchaient plus

parent c04e2dae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ $.widget("unicaen.popAjax", {
        submitEvent: undefined,
        submitClose: false,
        submitReload: false,
        forced: false,
        forced: true,
        loadingTitle: 'Chargement...',
        loadingContent: '<div class="loading"></div>',
    },
@@ -102,7 +102,7 @@ $.widget("unicaen.popAjax", {

        if ('A' === this.element.prop("tagName")) {
            this.options.url = this.element.attr('href');
        }
        }console.log(this.options);
    },