summaryrefslogtreecommitdiff
path: root/template
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 /template
parentd5c46901b0f0e29db006cc9a93d5231f9f47c56c (diff)
downloadwww-86c1e5615c444bed8253e1c3c500633b403f8d4c.tar.gz
www-86c1e5615c444bed8253e1c3c500633b403f8d4c.tar.bz2
www-86c1e5615c444bed8253e1c3c500633b403f8d4c.zip
-fix chrome version check
Diffstat (limited to 'template')
-rw-r--r--template/wallet.html.j22
1 files changed, 1 insertions, 1 deletions
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) {