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"
|
||||
},
|
||||
"gamutable.js": {
|
||||
"file": "assets/gamutable-c9b8d879.js",
|
||||
"file": "assets/gamutable-bc6d6df5.js",
|
||||
"imports": [
|
||||
"_vendor-4d292b3c.js"
|
||||
],
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue