aboutsummaryrefslogtreecommitdiff
path: root/content_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/notify.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/notify.ts b/content_scripts/notify.ts
index d095ee166..7f0673748 100644
--- a/content_scripts/notify.ts
+++ b/content_scripts/notify.ts
@@ -96,7 +96,7 @@ namespace TalerNotify {
}
function init() {
- chrome.runtime.sendMessage({type: "ping"}, (resp) => {
+ chrome.runtime.sendMessage({type: "get-tab-cookie"}, (resp) => {
if (chrome.runtime.lastError) {
console.log("extension not yet ready");
window.setTimeout(init, 200);