utility.js: simplify even/odd table row striping.

This commit is contained in:
evazion
2018-08-16 21:25:45 -05:00
parent eef8b9c323
commit ad056e69d5
6 changed files with 4 additions and 19 deletions

View File

@@ -1,10 +1,8 @@
import Utility from './utility'
let SavedSearch = {};
SavedSearch.initialize_all = function() {
if ($("#c-saved-searches").length) {
Utility.sorttable($("#c-saved-searches table"));
$("#c-saved-searches table").stupidtable();
}
}