summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-23 10:44:50 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-23 10:44:50 +0100
commit8891b73a245f8a69b7c3055e45e3cab6edffda2f (patch)
tree9f9a0e93e2eeac689c813154735b257cbdb8aadb
parent4cd1758fb8c502cec4502d4c6b79771ff453fdfd (diff)
downloaddonations-8891b73a245f8a69b7c3055e45e3cab6edffda2f.tar.gz
donations-8891b73a245f8a69b7c3055e45e3cab6edffda2f.tar.bz2
donations-8891b73a245f8a69b7c3055e45e3cab6edffda2f.zip
avoid onclick needdemo-2019-12-23-00
-rw-r--r--talerdonations/donations/templates/index.html2
1 files changed, 1 insertions, 1 deletions
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>