diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-29 22:07:37 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-29 22:07:37 +0100 |
| commit | 07f4cf1635795a90dbd8f83e0668543b9a3ad59b (patch) | |
| tree | 1b5486d2ee8ea8bc5d729ca7f48976aa24ca12ea /public/js/Fetcher.js | |
| parent | bce9fda51d334a547ec5a48f0b7699ed3b5d7944 (diff) | |
| download | cms-07f4cf1635795a90dbd8f83e0668543b9a3ad59b.tar.gz cms-07f4cf1635795a90dbd8f83e0668543b9a3ad59b.tar.bz2 cms-07f4cf1635795a90dbd8f83e0668543b9a3ad59b.zip | |
logos noirs quand désélectionnés, Fetcher utilisé dans menu.js "checkMenuEntry"
Diffstat (limited to 'public/js/Fetcher.js')
| -rw-r--r-- | public/js/Fetcher.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/Fetcher.js b/public/js/Fetcher.js index 0f56628..aaf808d 100644 --- a/public/js/Fetcher.js +++ b/public/js/Fetcher.js | |||
| @@ -44,7 +44,6 @@ class Fetcher{ | |||
| 44 | if(this.onFailure){ | 44 | if(this.onFailure){ |
| 45 | this.onFailure(data); | 45 | this.onFailure(data); |
| 46 | } | 46 | } |
| 47 | console.error(data.message || "Erreur serveur"); | ||
| 48 | return { success: false, data }; | 47 | return { success: false, data }; |
| 49 | } | 48 | } |
| 50 | } | 49 | } |
