fix : le build n'était pas à joru

This commit is contained in:
Christophe 2023-02-12 09:11:19 +01:00
parent 7f94bcaf69
commit ec03debddc
3 changed files with 1 additions and 5 deletions

File diff suppressed because one or more lines are too long

2
dist/manifest.json vendored
View file

@ -3,7 +3,7 @@
"file": "assets/vendor-f73869ed.js"
},
"gamutable.js": {
"file": "assets/gamutable-31dda03c.js",
"file": "assets/gamutable-9ec56c3c.js",
"imports": [
"_vendor-f73869ed.js"
],

View file

@ -39,7 +39,6 @@ for (const el of document.getElementsByClassName('vue-gamutable')) {
}
$('#vueGamutable').on('click', '.url_action', function (e) {
console.log('coucou');
e.preventDefault();
e.stopPropagation();
let confirmation = $(this).data('confirm');
@ -55,7 +54,6 @@ $('#vueGamutable').on('click', '.url_action', function (e) {
$(this).find('i.icon, i.fa').eq(0).replaceWith('<i class="fa fa-refresh fa-spin"></i>');
}
let nomBlocAjaxReload = $(this).data('ajaxreload');
console.time('Chargement de VueJs APRES Ajax');
$.ajax({
url: url,
dataType: 'json',
@ -70,7 +68,6 @@ $('#vueGamutable').on('click', '.url_action', function (e) {
app.rechargerJson('maj');
}
if (nomBlocAjaxReload !== undefined) {
console.log('depart reload: ' + nomBlocAjaxReload);
ajaxReload(nomBlocAjaxReload, {
args: { id },
callback: function () {},