From 8356a72dd6be7a7ead5e313cd30e910d2348847a Mon Sep 17 00:00:00 2001 From: adplantade Date: Thu, 6 Aug 2020 18:12:45 +0200 Subject: [PATCH] =?UTF-8?q?gestion=20visibilit=C3=A9=20du=20gem=5Fpicker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/code/options.js b/code/options.js index f7bad9d..74a66ed 100644 --- a/code/options.js +++ b/code/options.js @@ -54,6 +54,7 @@ function more() document.getElementById("displays").addEventListener("click", function(){ document.getElementById("color_pickers").style.display= (displ!="points" ? "none" : "inline"); + document.getElementById("gems_picker").style.display= (displ=="points" ? "none" : "inline"); }) function saveOptions() {