mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Fix js lint issues with background.js
This commit is contained in:
@@ -352,11 +352,10 @@ function autofillPage() {
|
||||
return;
|
||||
}
|
||||
|
||||
var fillScript = null;
|
||||
if (siteToAutoFill && pageDetailsToAutoFill && pageDetailsToAutoFill.length) {
|
||||
for (var i = 0; i < pageDetailsToAutoFill.length; i++) {
|
||||
// make sure we're still on correct tab
|
||||
if (pageDetailsToAutoFill[i].tabId != tabId) {
|
||||
if (pageDetailsToAutoFill[i].tabId !== tabId) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"version": "1.5.0",
|
||||
"description": "__MSG_extDesc__",
|
||||
"default_locale": "en",
|
||||
"author": "8bit Solutions LLC",
|
||||
"homepage_url": "https://bitwarden.com",
|
||||
"icons": {
|
||||
"16": "images/icon16.png",
|
||||
|
||||
Reference in New Issue
Block a user