taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit de1ef2a2215d89ed8772dba9a1d489f3dc27868f
parent 508decde85f7f434713fbf34bb7359149af88fcd
Author: Florian Dold <dold@taler.net>
Date:   Mon,  7 Sep 2026 17:14:02 +0200

wallet page: use the updated DD 103 link path

Diffstat:
Mtemplate/wallet.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 @@ -229,7 +229,7 @@ return; } - link.href = "https://wallet.taler.net/#" + fragment; + link.href = "https://wallet.taler.net/link#" + fragment; directLink.href = "taler://" + match[1] + "/" + match[2]; link.textContent = labels.get(match[1].toLowerCase()) || defaultLabel; notice.hidden = false;