hide UpdatesOnly filter together with ApplyAll button
This commit is contained in:
parent
2304a8012c
commit
f5586a8f0d
|
@ -459,14 +459,13 @@ function applyUpdateAll() {
|
|||
setTimeout(() => {
|
||||
btnApply.classList.add('hidden');
|
||||
btnApply.disabled = false;
|
||||
renderUpdatesOnlyFilter({show: false});
|
||||
}, 1000);
|
||||
|
||||
$$('.can-update .update').forEach(button => {
|
||||
scrollElementIntoView(button);
|
||||
button.click();
|
||||
});
|
||||
|
||||
renderUpdatesOnlyFilter({show: false});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user