mirror of
https://github.com/9001/copyparty.git
synced 2026-03-15 20:53:06 +10:00
propagate sort-order to thegrid
This commit is contained in:
@@ -5097,7 +5097,10 @@ function reload_browser() {
|
||||
|
||||
reload_mp();
|
||||
try { showsort(ftab); } catch (ex) { }
|
||||
makeSortable(ftab, mp.read_order.bind(mp));
|
||||
makeSortable(ftab, function () {
|
||||
thegrid.setdirty();
|
||||
mp.read_order();
|
||||
});
|
||||
|
||||
for (var a = 0; a < 2; a++)
|
||||
clmod(ebi(a ? 'pro' : 'epi'), 'hidden', ebi('unsearch'));
|
||||
|
||||
Reference in New Issue
Block a user