mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
bg_isBackground
This commit is contained in:
@@ -54,7 +54,7 @@ chrome.extension.getBackgroundPage().bg_appIdService.getAnonymousAppId(function
|
||||
request.send(message);
|
||||
};
|
||||
|
||||
if (typeof isBackground !== 'undefined') {
|
||||
if (typeof bg_isBackground !== 'undefined') {
|
||||
ga('send', 'pageview', '/background.html');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user