mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-20 18:19:30 +00:00
update
This commit is contained in:
parent
1d3d5e9b24
commit
3a8caae1c8
1 changed files with 0 additions and 3 deletions
|
|
@ -417,9 +417,6 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
|||
let dropdownButtons = document.querySelectorAll('.action[data-dropdown]')
|
||||
Array.from(dropdownButtons).forEach(button => {
|
||||
button.addEventListener("click", event => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
button.querySelector('ul').classList.toggle("active");
|
||||
clickOverlay.classList.add('active');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue