Skip to content

Commit 0808bb1

Browse files
committed
Fix custom filter issue
1 parent 9b9705a commit 0808bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/options/js/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function setListeners() {
161161
clearTimeout(customFilterTimeout);
162162
customFilterTimeout = setTimeout(function() {
163163
chrome.storage.sync.set({
164-
customFilter: this.value
164+
customFilter: $("#custom_filter").val()
165165
}, function() {
166166
showSavedAlert();
167167
});

0 commit comments

Comments
 (0)