1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Merge branch 'whitelistedIndicator'

Fixes #241
This commit is contained in:
kkapsner 2018-09-16 14:08:00 +02:00
commit f8de9b9539
7 changed files with 202 additions and 17 deletions

View file

@ -65,7 +65,7 @@
notification.show(port.sender.tab.id, url, data["canvasBlocker-notify"].api);
}
if (data.hasOwnProperty("canvasBlocker-clear-page-action")){
notification.hide(port.sender.tab.id);
notification.hide(port.sender.tab.id, url);
}
verbose("got data", data, "from port", port);
});