move action items to dropdown
This commit is contained in:
@@ -28,8 +28,8 @@ function hidetoggle(name) {
|
||||
}}
|
||||
}
|
||||
}
|
||||
function dropDown() {
|
||||
document.getElementById("Dropdown").classList.toggle("show");
|
||||
function dropDown(name) {
|
||||
document.getElementById(name).classList.toggle("show");
|
||||
}
|
||||
|
||||
// Close the dropdown menu if the user clicks outside of it
|
||||
|
||||
Reference in New Issue
Block a user