We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8899d commit a9f71ecCopy full SHA for a9f71ec
extension/background/contextMenus.js
@@ -18,8 +18,7 @@ function getFilterString(
18
if (excludeDuplicateQuestionsFilter) {
19
filterString += "duplicate:false ";
20
}
21
- switch (answerTypeFilter) {
22
- //TODO: Fix me, I don't work for some reason. :(
+ switch (parseInt(answerTypeFilter)) {
23
case 1:
24
filterString += "answers:1 ";
25
break;
0 commit comments