From 594f2114a75cade24d641ec673857a7bb61863bd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 10 Nov 2017 21:23:50 -0500 Subject: [PATCH] move tools component html --- src/popup/app/tools/{views/tools.html => tools.component.html} | 0 src/popup/app/tools/tools.component.ts | 2 +- src/services/autofill.service.ts | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename src/popup/app/tools/{views/tools.html => tools.component.html} (100%) diff --git a/src/popup/app/tools/views/tools.html b/src/popup/app/tools/tools.component.html similarity index 100% rename from src/popup/app/tools/views/tools.html rename to src/popup/app/tools/tools.component.html diff --git a/src/popup/app/tools/tools.component.ts b/src/popup/app/tools/tools.component.ts index db7c055268..b2c95148bb 100644 --- a/src/popup/app/tools/tools.component.ts +++ b/src/popup/app/tools/tools.component.ts @@ -1,5 +1,5 @@ import UtilsService from '../../../services/utils.service'; -import * as template from './views/tools.html'; +import * as template from './tools.component.html'; class ToolsController { showExport: boolean; diff --git a/src/services/autofill.service.ts b/src/services/autofill.service.ts index 671e8c32f2..6bec6c1ae1 100644 --- a/src/services/autofill.service.ts +++ b/src/services/autofill.service.ts @@ -16,7 +16,6 @@ const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlNa const UsernameFieldNames: string[] = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', 'userid', 'user id']; - /* tslint:disable */ const IsoCountries: { [id: string]: string; } = { afghanistan: "AF", "aland islands": "AX", albania: "AL", algeria: "DZ", "american samoa": "AS", andorra: "AD",