Comme d'hab : ne pas laisser trainer de débog...

This commit is contained in:
cy_altern 2023-10-17 19:37:59 +02:00
parent 1aa596d4fe
commit e882e0834a
3 changed files with 6 additions and 6 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-4d292b3c.js"
},
"gamutable.js": {
"file": "assets/gamutable-c9b8d879.js",
"file": "assets/gamutable-bc6d6df5.js",
"imports": [
"_vendor-4d292b3c.js"
],

View file

@ -83,17 +83,17 @@ $('#vueGamutable').on('click', '.url_action, .url_action--ss_css', function (e)
} else {
if (parseInt(id) > 0) {
if (Treload1) {
app.rechargerJson(id + ' avec id');
app.rechargerJson(id);
}
if (Treload2) {
app_deux.rechargerJson(id + ' 2 avec id');
app_deux.rechargerJson(id);
}
} else {
if (Treload1) {
app.rechargerJson('maj sans id');
app.rechargerJson('maj 1');
}
if (Treload2) {
app_deux.rechargerJson('maj 2 sans id');
app_deux.rechargerJson('maj 2');
}
}
if (nomBlocAjaxReload !== undefined) {