aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-11-08 14:24:39 -0500
committerGitHub <noreply@github.com>2020-11-08 14:24:39 -0500
commit0cbc6523e67ccae01d1a4d7547ef38017594c149 (patch)
treee30f6e63b96b452f75803844b87e8c473d9a8beb /ext/bg/js
parent6081e3bef0b6c557896dbc09338e0b963d7f6e4c (diff)
Remove unused default selected (#1010)
Diffstat (limited to 'ext/bg/js')
-rw-r--r--ext/bg/js/query-parser.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/js/query-parser.js b/ext/bg/js/query-parser.js
index 0c7b381f..af1dd30b 100644
--- a/ext/bg/js/query-parser.js
+++ b/ext/bg/js/query-parser.js
@@ -163,7 +163,6 @@ class QueryParser extends EventDispatcher {
option.textContent = `Unknown source: ${parseResult.source}`;
break;
}
- option.defaultSelected = selectedParser === parseResult.id;
fragment.appendChild(option);
if (selectedParser === parseResult.id) {