summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-22 20:05:04 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-22 20:05:04 +0200
commit86c1e5615c444bed8253e1c3c500633b403f8d4c (patch)
treee0340eb001c3c5d14db354f31dabdfd1d6489ada
parentd5c46901b0f0e29db006cc9a93d5231f9f47c56c (diff)
downloadwww-86c1e5615c444bed8253e1c3c500633b403f8d4c.tar.gz
www-86c1e5615c444bed8253e1c3c500633b403f8d4c.tar.bz2
www-86c1e5615c444bed8253e1c3c500633b403f8d4c.zip
-fix chrome version check
m---------build-system/taler-build-scripts0
m---------inc0
-rw-r--r--template/wallet.html.j22
3 files changed, 1 insertions, 1 deletions
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
-Subproject 32716a804208379ae6558d9cedbf00e9a95d0f6
+Subproject 38c168b11eeeab93562ffa74b3e2aff4b596c77
diff --git a/inc b/inc
-Subproject 218f02cfc0453a0d4cc067ba9256123a675040c
+Subproject 2b72c7f57d318271856f992eb2e58c133ae5179
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2
index ee8a9e3f..c59fb1d5 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) {