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 b4c49e6 commit a838f11Copy full SHA for a838f11
extension/options/js/options.js
@@ -26,8 +26,9 @@ function saveFilterSuggestions(showAlert = true) {
26
}, 500);
27
}
28
29
-function addFilterSuggestionDiv(index) {
+function addFilterSuggestionDiv() {
30
let count = $("#filter_suggestion_count");
31
+ var index = parseInt(count.val());
32
33
let img = $('<img>', {
34
class: "close",
0 commit comments