Minor fixes: Job detail card schedule, job list search, job list sorting.
This commit is contained in:
@@ -4,6 +4,7 @@ export function alphaSort(a, b) {
|
||||
A = a ? a.toLowerCase() : "";
|
||||
|
||||
B = b ? b.toLowerCase() : "";
|
||||
console.log("Objects", A, B, A < B, A > B);
|
||||
|
||||
if (A < B)
|
||||
//sort string ascending
|
||||
|
||||
Reference in New Issue
Block a user