This commit is contained in:
epoberezkin
2026-05-01 22:05:24 +00:00
parent 908649bd15
commit c1f3742553
+2
View File
@@ -35,10 +35,12 @@ async function initDirectory() {
mode = 'live';
comparator = byActiveAtDesc;
btn = liveBtn;
break;
case '#new':
mode = 'new';
comparator = byCreatedAtDesc;
btn = newBtn;
break;
default:
mode = 'top';
comparator = bySortPriority;