1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 12:36:37 +02:00

Show page action when blocking

Fixes #207
This commit is contained in:
kkapsner 2018-07-13 16:59:49 +02:00
parent 26529a3653
commit a65855a587
4 changed files with 10 additions and 0 deletions

View file

@ -27,6 +27,7 @@
}
return callback.call(object, args, check);
}
check.notify.call(object, "blocked");
return undefined;
};
}());