mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2026-03-28 20:31:48 -07:00
add buttons over checks and radios
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var menuButton = document.getElementById("selection-button");
|
||||
|
||||
menuButton.addEventListener("click", function() {
|
||||
menuButton.addEventListener("click", function () {
|
||||
menuButton.classList.toggle("active");
|
||||
var selectionMenu = document.getElementById("selection-menu");
|
||||
if (selectionMenu.style.display === "block") {
|
||||
|
||||
Reference in New Issue
Block a user