Bug fix for restoring the Search Opportunities input
This commit is contained in:
1
dist/chromium/content.js
vendored
1
dist/chromium/content.js
vendored
@@ -443,6 +443,7 @@
|
|||||||
tableSearchInput.type = "search";
|
tableSearchInput.type = "search";
|
||||||
tableSearchInput.placeholder = "Search opportunities";
|
tableSearchInput.placeholder = "Search opportunities";
|
||||||
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
||||||
|
tableSearchInput.value = tableSearch;
|
||||||
tableSearchInput.addEventListener("input", () => {
|
tableSearchInput.addEventListener("input", () => {
|
||||||
tableSearch = tableSearchInput.value;
|
tableSearch = tableSearchInput.value;
|
||||||
saveFilterPreferences();
|
saveFilterPreferences();
|
||||||
|
|||||||
1
dist/firefox/content.js
vendored
1
dist/firefox/content.js
vendored
@@ -443,6 +443,7 @@
|
|||||||
tableSearchInput.type = "search";
|
tableSearchInput.type = "search";
|
||||||
tableSearchInput.placeholder = "Search opportunities";
|
tableSearchInput.placeholder = "Search opportunities";
|
||||||
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
||||||
|
tableSearchInput.value = tableSearch;
|
||||||
tableSearchInput.addEventListener("input", () => {
|
tableSearchInput.addEventListener("input", () => {
|
||||||
tableSearch = tableSearchInput.value;
|
tableSearch = tableSearchInput.value;
|
||||||
saveFilterPreferences();
|
saveFilterPreferences();
|
||||||
|
|||||||
@@ -443,6 +443,7 @@
|
|||||||
tableSearchInput.type = "search";
|
tableSearchInput.type = "search";
|
||||||
tableSearchInput.placeholder = "Search opportunities";
|
tableSearchInput.placeholder = "Search opportunities";
|
||||||
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
||||||
|
tableSearchInput.value = tableSearch;
|
||||||
tableSearchInput.addEventListener("input", () => {
|
tableSearchInput.addEventListener("input", () => {
|
||||||
tableSearch = tableSearchInput.value;
|
tableSearch = tableSearchInput.value;
|
||||||
saveFilterPreferences();
|
saveFilterPreferences();
|
||||||
|
|||||||
Reference in New Issue
Block a user