[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-auditor] branch master updated: -enlarge qr code
From: |
gnunet |
Subject: |
[taler-auditor] branch master updated: -enlarge qr code |
Date: |
Sun, 06 Jun 2021 10:56:57 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository auditor.
The following commit(s) were added to refs/heads/master by this push:
new 3e846f7 -enlarge qr code
3e846f7 is described below
commit 3e846f7f7a1194fd05cdca3c2b7a9233202a3ee2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 6 10:56:55 2021 +0200
-enlarge qr code
---
template/index.html.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/index.html.j2 b/template/index.html.j2
index 9fb91d1..52985f9 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -186,7 +186,7 @@
<script>
var qr = new QRious({
element: document.getElementById('qr'),
- value: '{{ conf['auditor_uri'] }}'
+ value: '{{ conf['auditor_uri'] }}',
size: 512
});
</script>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.