1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

bg_isBackground

This commit is contained in:
Kyle Spearrin
2017-09-09 11:55:30 -04:00
parent ff50d935b2
commit ac00d1f106
2 changed files with 2 additions and 2 deletions

View File

@@ -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');
}
});