gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donations] branch master updated: avoid onclick need


From: gnunet
Subject: [taler-donations] branch master updated: avoid onclick need
Date: Mon, 23 Dec 2019 10:44:53 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 8891b73  avoid onclick need
8891b73 is described below

commit 8891b73a245f8a69b7c3055e45e3cab6edffda2f
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 10:44:50 2019 +0100

    avoid onclick need
---
 talerdonations/donations/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerdonations/donations/templates/index.html 
b/talerdonations/donations/templates/index.html
index 68a0cb2..cbb3c35 100644
--- a/talerdonations/donations/templates/index.html
+++ b/talerdonations/donations/templates/index.html
@@ -24,7 +24,7 @@ You are paying with an imaginary currency ({{ 
merchant_currency }}).
         <option value="{{ merchant_currency }}:6">5 {{ merchant_currency 
}}</option>
         <option value="{{ merchant_currency }}:10">10 {{ merchant_currency 
}}</option>
       </select>
-      <input type="text" name="donation_donor" autofocus onfocus="this.value = 
'Anonymous Donor'" />
+      <input type="text" name="donation_donor" value="Anonymous Donor" />
       <input type="submit" class="pure-button pure-button-primary" 
value="Donate!" />
     </div>
   </form>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]