From 3f6bf906b8791df928016fb712a0492a2aaf8132 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 20 Oct 2018 05:34:24 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/sort.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/sort.js b/ui (gen4)/features/sort.js index b310af57..3f289d7c 100755 --- a/ui (gen4)/features/sort.js +++ b/ui (gen4)/features/sort.js @@ -74,6 +74,9 @@ module.SortActions = actions.Actions({ // 'metadata.createDate birthtime ctime name-sequence keep-position' // The best way seems to be to hide the titles that start // with a lower case letter in the UI... + // checking for upper case: + // var st = s.trim() + // st[0].toUpperCase() == st[0] 'Date': 'metadata.createDate birthtime ctime name-sequence keep-position reverse', 'File date':