optimization for extra networks filtering
This commit is contained in:
parent
a551a43164
commit
3bd75adb1c
|
@ -106,7 +106,9 @@ function setupExtraNetworksForTab(tabname) {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
search.addEventListener("input", applyFilter);
|
search.addEventListener("input", function() {
|
||||||
|
applyFilter();
|
||||||
|
});
|
||||||
applySort();
|
applySort();
|
||||||
applyFilter();
|
applyFilter();
|
||||||
extraNetworksApplySort[tabname_full] = applySort;
|
extraNetworksApplySort[tabname_full] = applySort;
|
||||||
|
|
Loading…
Reference in New Issue