dream2nix/modules/flake-parts/site/no-edit-options.js
2023-10-11 00:39:50 +00:00

8 lines
188 B
JavaScript

if (window.location.pathname.match(/options/)) {
var buttons = document.querySelector("#menu-bar > div.right-buttons")
if (buttons != null) {
buttons.style.display = "none"
}
}