sr-npm 1.7.139 → 1.7.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.139",
3
+ "version": "1.7.140",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -158,7 +158,7 @@ function init(_$w) {
158
158
  const debouncedSearch = debounce(()=>applyFilters(_$w), 400,thisObjectVar);
159
159
 
160
160
  _$w('#searchInput').onInput(debouncedSearch);
161
- _$w('#dropdownDepartment, #dropdownLocation, #dropdownJobType').onChange(()=>applyFilters(_$w));
161
+ // _$w('#dropdownDepartment, #dropdownLocation, #dropdownJobType').onChange(()=>applyFilters(_$w));
162
162
  _$w('#resetFiltersButton, #clearSearch').onClick(()=>resetFilters(_$w));
163
163
 
164
164
  _$w('#openFiltersButton').onClick(()=>{