fix : le build n'était pas à joru
This commit is contained in:
parent
7f94bcaf69
commit
ec03debddc
3 changed files with 1 additions and 5 deletions
1
dist/assets/gamutable-31dda03c.js
vendored
1
dist/assets/gamutable-31dda03c.js
vendored
File diff suppressed because one or more lines are too long
2
dist/manifest.json
vendored
2
dist/manifest.json
vendored
|
@ -3,7 +3,7 @@
|
||||||
"file": "assets/vendor-f73869ed.js"
|
"file": "assets/vendor-f73869ed.js"
|
||||||
},
|
},
|
||||||
"gamutable.js": {
|
"gamutable.js": {
|
||||||
"file": "assets/gamutable-31dda03c.js",
|
"file": "assets/gamutable-9ec56c3c.js",
|
||||||
"imports": [
|
"imports": [
|
||||||
"_vendor-f73869ed.js"
|
"_vendor-f73869ed.js"
|
||||||
],
|
],
|
||||||
|
|
|
@ -39,7 +39,6 @@ for (const el of document.getElementsByClassName('vue-gamutable')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#vueGamutable').on('click', '.url_action', function (e) {
|
$('#vueGamutable').on('click', '.url_action', function (e) {
|
||||||
console.log('coucou');
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
let confirmation = $(this).data('confirm');
|
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>');
|
$(this).find('i.icon, i.fa').eq(0).replaceWith('<i class="fa fa-refresh fa-spin"></i>');
|
||||||
}
|
}
|
||||||
let nomBlocAjaxReload = $(this).data('ajaxreload');
|
let nomBlocAjaxReload = $(this).data('ajaxreload');
|
||||||
console.time('Chargement de VueJs APRES Ajax');
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: url,
|
url: url,
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
@ -70,7 +68,6 @@ $('#vueGamutable').on('click', '.url_action', function (e) {
|
||||||
app.rechargerJson('maj');
|
app.rechargerJson('maj');
|
||||||
}
|
}
|
||||||
if (nomBlocAjaxReload !== undefined) {
|
if (nomBlocAjaxReload !== undefined) {
|
||||||
console.log('depart reload: ' + nomBlocAjaxReload);
|
|
||||||
ajaxReload(nomBlocAjaxReload, {
|
ajaxReload(nomBlocAjaxReload, {
|
||||||
args: { id },
|
args: { id },
|
||||||
callback: function () {},
|
callback: function () {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue