make list type directory generic

This commit is contained in:
Collin M. Barrett 2016-12-16 17:06:00 -06:00 committed by GitHub
parent 1c2837b92f
commit 514ded0f62

View file

@ -52,4 +52,4 @@ function GetLastUpdated(urlToCheck) {
function GenerateHtmlListName(listName) {
return FilterLists.GenerateHtmlListName(listName);
}
}