re-enable dropdown open state forcing when opening upload modal depending on source button

This commit is contained in:
Til Schmitter 2026-04-19 18:06:57 +02:00
parent 3f6505a9cc
commit a176968892

View file

@ -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)