mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
rename bg variables
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
var bgMain = bgPage.bg_main;
|
||||
var bgMain = bgPage.bitwardenMain;
|
||||
if (!bgMain) {
|
||||
return;
|
||||
}
|
||||
@@ -79,7 +79,7 @@
|
||||
request.send(message);
|
||||
};
|
||||
|
||||
if (typeof bg_isBackground !== 'undefined') {
|
||||
if (typeof bitwardenIsBackground !== 'undefined') {
|
||||
ga('send', 'pageview', '/background.html');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user