Comme d'hab : ne pas laisser trainer de débog...
This commit is contained in:
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
2
dist/manifest.json
vendored
|
@ -3,7 +3,7 @@
|
||||||
"file": "assets/vendor-4d292b3c.js"
|
"file": "assets/vendor-4d292b3c.js"
|
||||||
},
|
},
|
||||||
"gamutable.js": {
|
"gamutable.js": {
|
||||||
"file": "assets/gamutable-c9b8d879.js",
|
"file": "assets/gamutable-bc6d6df5.js",
|
||||||
"imports": [
|
"imports": [
|
||||||
"_vendor-4d292b3c.js"
|
"_vendor-4d292b3c.js"
|
||||||
],
|
],
|
||||||
|
|
|
@ -83,17 +83,17 @@ $('#vueGamutable').on('click', '.url_action, .url_action--ss_css', function (e)
|
||||||
} else {
|
} else {
|
||||||
if (parseInt(id) > 0) {
|
if (parseInt(id) > 0) {
|
||||||
if (Treload1) {
|
if (Treload1) {
|
||||||
app.rechargerJson(id + ' avec id');
|
app.rechargerJson(id);
|
||||||
}
|
}
|
||||||
if (Treload2) {
|
if (Treload2) {
|
||||||
app_deux.rechargerJson(id + ' 2 avec id');
|
app_deux.rechargerJson(id);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (Treload1) {
|
if (Treload1) {
|
||||||
app.rechargerJson('maj sans id');
|
app.rechargerJson('maj 1');
|
||||||
}
|
}
|
||||||
if (Treload2) {
|
if (Treload2) {
|
||||||
app_deux.rechargerJson('maj 2 sans id');
|
app_deux.rechargerJson('maj 2');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (nomBlocAjaxReload !== undefined) {
|
if (nomBlocAjaxReload !== undefined) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue