gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: fix #7391


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix #7391
Date: Wed, 19 Oct 2022 01:15:25 +0200

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

sebasjm pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new d46e839  fix #7391
d46e839 is described below

commit d46e839cb98470f1af76632018557eaff69e04b7
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Oct 18 20:13:55 2022 -0300

    fix #7391
---
 talermerchantdemos/templates/common-base.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 
b/talermerchantdemos/templates/common-base.html.j2
index 3d21c77..a28eeae 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -64,7 +64,7 @@
     </script>
 
     {# Language Selector #}
-    <button id="lang" class="right hide" onkeydown="handleLang(event)" 
onclick="handleLang(event)">
+    <button id="lang" class="right hide" onkeydown="handleLang(event)" 
onclick="handleLang(event)" name="language" value="{{ all_languages[getlang()] 
| default("en") }}">
       <span>{{ all_languages[getlang()] | default("en") }}</span>
       <div style="position: relative; overflow: visible;">
       <div class="nav" style="position: absolute; background: #0042b2; 
max-height: 60vh; overflow-y: scroll">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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