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
0f03812202
commit
6360f471c0
|
|
@ -10948,7 +10948,7 @@ var rcm = (function () {
|
|||
var ref = ebi(target.getAttribute('ref'));
|
||||
file = ref && ref.closest('#files tbody tr');
|
||||
}
|
||||
var fa = file && file.children[1].querySelector('a[id]');
|
||||
var fa = file && file.children[2].querySelector('a[id]');
|
||||
if (fa && fa.id != 'unsearch') {
|
||||
selFile.no_dsel = TOUCH || clgot(file, "sel");
|
||||
clmod(file, "sel", true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue