From d633007167b802a9927a1e3292d5c1ad09085849 Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 9 Dec 2014 17:29:15 +0100 Subject: [PATCH] utilisation d'un commentaire 'block' --- Donnez.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Donnez.html b/Donnez.html index 5575d7e..ae7914c 100644 --- a/Donnez.html +++ b/Donnez.html @@ -54,13 +54,12 @@ var px = document.querySelector('#px'), customAmount = document.querySelector('#custom-amount'); px.addEventListener('change',function(){ - // Update input name to prefill FDN form + /* Update input name to prefill FDN form */ if (px.value) { px.name = "px"; customAmount.name = "custom-amount"; customAmount.value = ""; customAmount.style.display = "none"; - } else { customAmount.style.display = "inline-block"; -- 2.39.5