mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
re-enable dropdown open state forcing when opening upload modal depending on source button
This commit is contained in:
parent
3f6505a9cc
commit
a176968892
|
|
@ -1427,8 +1427,8 @@ function goto(dest) {
|
||||||
if(dest == 'bup'){
|
if(dest == 'bup'){
|
||||||
clmod(ebi('up2k'), 'vis', true);
|
clmod(ebi('up2k'), 'vis', true);
|
||||||
}
|
}
|
||||||
if(dest == 'bup')
|
if(dest == 'bup' || dest == 'up2k')
|
||||||
ebi('bup_tgl').open = true;
|
ebi('bup_tgl').open = dest == 'bup';
|
||||||
|
|
||||||
var fn = window['goto_' + dest];
|
var fn = window['goto_' + dest];
|
||||||
if (fn)
|
if (fn)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue