From: opi <opi@no-log.org>
Date: Tue, 9 Dec 2014 16:29:15 +0000 (+0100)
Subject: utilisation d'un commentaire 'block'
X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/commitdiff_plain/d633007167b802a9927a1e3292d5c1ad09085849?ds=sidebyside
utilisation d'un commentaire 'block'
---
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";