aboutsummaryrefslogtreecommitdiff
path: root/extension/content_scripts/notify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/content_scripts/notify.ts')
-rw-r--r--extension/content_scripts/notify.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/content_scripts/notify.ts b/extension/content_scripts/notify.ts
index 88f84f01b..f910707dd 100644
--- a/extension/content_scripts/notify.ts
+++ b/extension/content_scripts/notify.ts
@@ -21,6 +21,8 @@
"use strict";
+console.log("Taler injected");
+
document.addEventListener("taler-probe", function(e) {
let evt = new Event("taler-wallet-present");
document.dispatchEvent(evt);
@@ -99,4 +101,4 @@ document.addEventListener('taler-execute-payment', function(e: CustomEvent) {
document.dispatchEvent(new CustomEvent("taler-payment-result", {detail: detail}));
};
});
-}); \ No newline at end of file
+});