mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
thumbnails in list view
This commit is contained in:
parent
6360f471c0
commit
173d258493
|
|
@ -9153,7 +9153,7 @@ function wait_set_fsearch(){
|
|||
|
||||
function tr2id(tr) {
|
||||
try {
|
||||
return tr.cells[1].querySelector('a[id]').getAttribute('id');
|
||||
return tr.cells[2].querySelector('a[id]').getAttribute('id');
|
||||
}
|
||||
catch (ex) {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue