mirror of
https://github.com/9001/copyparty.git
synced 2026-08-13 13:53:06 -06:00
fix ^a in search-results; closes #1581
This commit is contained in:
parent
63c61b6729
commit
2880117265
|
|
@ -8872,7 +8872,7 @@ var msel = (function () {
|
|||
r.evsel = function (e, fun) {
|
||||
ev(e);
|
||||
r.so = r.pr = null;
|
||||
var trs = QSA('#files tbody tr');
|
||||
var trs = QSA('#files tbody tr' + (ebi('unsearch') ? ':not(.srch_hdr)' : ''));
|
||||
for (var a = 0, aa = trs.length; a < aa; a++)
|
||||
clmod(trs[a], 'sel', fun);
|
||||
r.selui();
|
||||
|
|
|
|||
Loading…
Reference in a new issue