1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

rename bg variables

This commit is contained in:
Kyle Spearrin
2017-12-06 20:19:06 -05:00
parent bc132876c9
commit 985c02c5e1
5 changed files with 10 additions and 10 deletions

View File

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