From b8627813be56e04c18baf38885f3a3dc0fb7496c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 24 Jan 2016 02:29:13 +0100 Subject: Replace handlebars with mithril, hooks for i18n. The wallet is now a single page application. --- extension/content_scripts/notify.js | 1 + 1 file changed, 1 insertion(+) (limited to 'extension/content_scripts/notify.js') diff --git a/extension/content_scripts/notify.js b/extension/content_scripts/notify.js index d08a377b5..e3ed81c81 100644 --- a/extension/content_scripts/notify.js +++ b/extension/content_scripts/notify.js @@ -17,6 +17,7 @@ // query the availability of Taler. /// "use strict"; +console.log("Taler injected"); document.addEventListener("taler-probe", function (e) { var evt = new Event("taler-wallet-present"); document.dispatchEvent(evt); -- cgit v1.2.3