Fix scheduled task run notification
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
(function () {
|
||||
if (window.location.pathname.replace(/\/$/, '') !== '/settings/tasks-background' && window.location.pathname.replace(/\/$/, '') !== '/settings/tasks-scheduled') {
|
||||
var normalizedPathname = window.location.pathname.replace(/\/$/, '');
|
||||
if (normalizedPathname !== '/settings/tasks-background' && normalizedPathname !== '/settings/tasks-scheduled') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user