mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -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'){
|
||||
clmod(ebi('up2k'), 'vis', true);
|
||||
}
|
||||
if(dest == 'bup')
|
||||
ebi('bup_tgl').open = true;
|
||||
if(dest == 'bup' || dest == 'up2k')
|
||||
ebi('bup_tgl').open = dest == 'bup';
|
||||
|
||||
var fn = window['goto_' + dest];
|
||||
if (fn)
|
||||
|
|
|
|||
Loading…
Reference in a new issue