diff --git a/background.html b/background.html
index 75e898224..86ced40e2 100644
--- a/background.html
+++ b/background.html
@@ -91,9 +91,6 @@
{{/isStep2}}
@@ -290,11 +282,6 @@
-
{{/isStep3}}
@@ -342,100 +329,6 @@
{{/isError}}
-
-
@@ -492,7 +385,6 @@
-
diff --git a/background_test.html b/background_test.html
index f6387d596..a36da178e 100644
--- a/background_test.html
+++ b/background_test.html
@@ -90,9 +90,6 @@
@@ -359,100 +352,6 @@
{{/isError}}
-
-
-
diff --git a/ts/components/MainViewController.tsx b/ts/components/MainViewController.tsx
index fa32dc9a4..75d0ec960 100644
--- a/ts/components/MainViewController.tsx
+++ b/ts/components/MainViewController.tsx
@@ -25,8 +25,16 @@ export class MessageView extends React.Component {
diff --git a/ts/components/conversation/UpdateGroupMembersDialog.tsx b/ts/components/conversation/UpdateGroupMembersDialog.tsx
index 374a8564e..d82292dc8 100644
--- a/ts/components/conversation/UpdateGroupMembersDialog.tsx
+++ b/ts/components/conversation/UpdateGroupMembersDialog.tsx
@@ -119,7 +119,6 @@ export class UpdateGroupMembersDialog extends React.Component {
{`${checkMarkedCount} members`}
-
>
)}
diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json
index 562ccbc94..4ff8f304f 100644
--- a/ts/util/lint/exceptions.json
+++ b/ts/util/lint/exceptions.json
@@ -641,105 +641,6 @@
"updated": "2019-03-08T23:49:08.796Z",
"reasonDetail": "Protected from arbitrary input"
},
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$('#qr img').remove();",
- "lineNumber": 133,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$('#qr .container').show();",
- "lineNumber": 135,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " if ($('#qr').length === 0) {",
- "lineNumber": 139,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$('#qr .container').hide();",
- "lineNumber": 144,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.qr = new QRCode(this.$('#qr')[0]).makeCode(url);",
- "lineNumber": 145,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$('#qr').addClass('ready');",
- "lineNumber": 147,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$(DEVICE_NAME_SELECTOR).val(deviceName || window.getHostName());",
- "lineNumber": 152,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$('#link-phone').submit();",
- "lineNumber": 157,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$('#link-phone').submit(e => {",
- "lineNumber": 167,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " let name = this.$(DEVICE_NAME_SELECTOR).val();",
- "lineNumber": 171,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
- {
- "rule": "jQuery-$(",
- "path": "js/views/install_view.js",
- "line": " this.$(DEVICE_NAME_SELECTOR).focus();",
- "lineNumber": 174,
- "reasonCategory": "usageTrusted",
- "updated": "2018-09-19T21:59:32.770Z",
- "reasonDetail": "Protected from arbitrary input"
- },
{
"rule": "jQuery-$(",
"path": "js/views/key_verification_view.js",