mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 22:48:02 +03:00
8 lines
188 B
JavaScript
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"
|
|
}
|
|
}
|