From 5b79f924cbb97a78126d49c00718b9b0a277d4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Thu, 4 Mar 2021 10:13:54 +0100 Subject: [PATCH] Forgot this file. --- scripts/explorer_menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/explorer_menu.js b/scripts/explorer_menu.js index 0445b64..8104db6 100644 --- a/scripts/explorer_menu.js +++ b/scripts/explorer_menu.js @@ -2,7 +2,7 @@ function generateMenu(availableOptions) { function createPhotoName(photo) { - if (photo == "none") return "☆ inexistant"; + if (photo == "none") return "☆ manquant"; if (photo == "bad") return "★ mauvais"; if (photo == "ok") return "★★ acceptable"; if (photo == "good") return "★★★ bon"; @@ -45,7 +45,7 @@ function generateMenu(availableOptions) if (!hasExist && (photo == "bad" || photo == "ok" || photo == "good")) { html = '\n'; - html += ''; + html += ''; $(".box.photos .item-cont .generated").append(html); hasExist = true; }