From 9a197d619c02f7787311b191da3da693380304b6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Mar 2016 19:39:17 +0100 Subject: mint->exchange --- content_scripts/notify.js | 1 - 1 file changed, 1 deletion(-) (limited to 'content_scripts/notify.js') diff --git a/content_scripts/notify.js b/content_scripts/notify.js index d81732f10..ee0d96d72 100644 --- a/content_scripts/notify.js +++ b/content_scripts/notify.js @@ -45,7 +45,6 @@ var 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, }; var uri = URI(chrome.extension.getURL("pages/confirm-create-reserve.html")); document.location.href = uri.query(params).href(); -- cgit v1.2.3