commit 86c1e5615c444bed8253e1c3c500633b403f8d4c parent d5c46901b0f0e29db006cc9a93d5231f9f47c56c Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 22 Oct 2022 20:05:04 +0200 -fix chrome version check Diffstat:
| M | template/wallet.html.j2 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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) {