aboutsummaryrefslogtreecommitdiff
path: root/content_scripts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 17:33:19 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 17:33:25 +0100
commit65eabbf6daceb6a183014b2f09341fd73ca73c21 (patch)
tree94d54f51a856a4c27984406f3820ba5af713508c /content_scripts
parent9e61ba7f0315c773b7184acc4c4d9e24125d6aef (diff)
downloadwallet-core-65eabbf6daceb6a183014b2f09341fd73ca73c21.tar.xz
remove mint suggestion
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/notify.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index d300dbc03..6fa965ba7 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -54,7 +54,6 @@ namespace TalerNotify {
amount: JSON.stringify(e.detail.amount),
callback_url: URI(e.detail.callback_url).absoluteTo(document.location.href),
bank_url: document.location.href,
- suggested_mint: e.detail.suggested_mint,
};
let uri = URI(chrome.extension.getURL("pages/confirm-create-reserve.html"));
document.location.href = uri.query(params).href();
@@ -167,4 +166,4 @@ namespace TalerNotify {
};
});
});
-} \ No newline at end of file
+}