mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
fix: stuck icon on header button
This commit is contained in:
parent
81b6f4d6f6
commit
6a734c0139
@ -6,6 +6,10 @@ function loading (button) {
|
||||
return
|
||||
}
|
||||
|
||||
if (el.innerHTML == 'autorenew' || el.innerHTML == 'done') {
|
||||
return
|
||||
}
|
||||
|
||||
el.dataset.icon = el.innerHTML
|
||||
el.style.opacity = 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user