diff --git a/packages/taler-wallet-webextension/src/pwa/index.html b/packages/taler-wallet-webextension/src/pwa/index.html
index 4ffbe5205..c150ee68d 100644
--- a/packages/taler-wallet-webextension/src/pwa/index.html
+++ b/packages/taler-wallet-webextension/src/pwa/index.html
@@ -23,7 +23,6 @@
function openPopup() {
document.getElementById("popup-overlay").style.display = "flex";
window.frames["popup"].location = "popup.html";
- window.frames["popup"];
}
function closePopup() {
document.getElementById("popup-overlay").style.display = "none";
@@ -37,6 +36,9 @@
function closeWallet() {
redirectWallet("about:blank");
}
+ function reloadWallet() {
+ window.frames["wallet"].location.reload()
+ }
function openPage() {
window.frames["other"].location =
document.getElementById("page-url").value;
@@ -44,15 +46,19 @@
+
-
{JSON.stringify(amounts["withdrawal"], undefined, 2)}
{JSON.stringify(amounts["deposit"], undefined, 2)}