gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: -fix chrome version check


From: gnunet
Subject: [taler-www] branch master updated: -fix chrome version check
Date: Sat, 22 Oct 2022 20:05:07 +0200

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 86c1e56  -fix chrome version check
86c1e56 is described below

commit 86c1e5615c444bed8253e1c3c500633b403f8d4c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 20:05:04 2022 +0200

    -fix chrome version check
---
 build-system/taler-build-scripts | 2 +-
 inc                              | 2 +-
 template/wallet.html.j2          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 32716a8..38c168b 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 32716a804208379ae6558d9cedbf00e9a95d0f6c
+Subproject commit 38c168b11eeeab93562ffa74b3e2aff4b596c77a
diff --git a/inc b/inc
index 218f02c..2b72c7f 160000
--- a/inc
+++ b/inc
@@ -1 +1 @@
-Subproject commit 218f02cfc0453a0d4cc067ba9256123a675040ce
+Subproject commit 2b72c7f57d318271856f992eb2e58c133ae5179e
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2
index ee8a9e3..c59fb1d 100644
--- a/template/wallet.html.j2
+++ b/template/wallet.html.j2
@@ -27,7 +27,7 @@
   for the JavaScript code in this page.
 */
 
-var chrome_min_version = '51';
+var chrome_min_version = 51;
 
 function installWallet() {
     if (window.chrome) {

-- 
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]