X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/8d9aa232f8f0e1281ba9baac3ad4a97a76b08eb2..d633007167b802a9927a1e3292d5c1ad09085849:/Donnez.html 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";