BryanWilhite / Songhay.Dashboard

the visual summary of activity in the Songhay System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yt curated channels are not sorted correctly

BryanWilhite opened this issue · comments

one slight issue:

image

https://stackoverflow.com/questions/8996963/how-to-perform-case-insensitive-sorting-in-javascript

["Foo", "bar"].sort(function (a, b) {
    return a.toLowerCase().localeCompare(b.toLowerCase());
});