mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
addition to last commit
This commit is contained in:
parent
648f1956b6
commit
dbbabc374d
|
|
@ -9105,8 +9105,11 @@ function apply_perms(res) {
|
|||
goto('up2k');
|
||||
clmod(document.documentElement, 'noscroll', false);
|
||||
}
|
||||
if(up_only && !up2k_lgcy)
|
||||
ebi('reloc_up').click();
|
||||
if(up_only && !up2k_lgcy){
|
||||
up2k_lgcy = !up2k_lgcy;
|
||||
this.innerHTML = up2k_lgcy ? '<span>▲</span>' : '<span>▼</span>';
|
||||
clmod(ebi('up2k'), 'unmodal', up2k_lgcy);
|
||||
}
|
||||
clmod(ebi('opa_mkd'), 'vis', up_only);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue