mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
lint fixes
This commit is contained in:
@@ -10,7 +10,7 @@ window[window.GoogleAnalyticsObject] = function (action, param1, param2, param3,
|
||||
|
||||
chrome.storage.local.get('disableGa', function (obj) {
|
||||
// Default for Firefox is disabled.
|
||||
if ((isFirefox && obj['disableGa'] === undefined) || obj['disableGa']) {
|
||||
if ((isFirefox && obj.disableGa === undefined) || obj.disableGa) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user