|
|
|
|
@ -4,7 +4,7 @@ leaving the search icon visible. This combo is not available in the configs
|
|
|
|
|
*/ |
|
|
|
|
window.addEventListener("load", (event) => { |
|
|
|
|
// find elements
|
|
|
|
|
const searchPanel = document.querySelector(".mirador31"); |
|
|
|
|
const searchPanel = document.querySelector("div.mirador31"); |
|
|
|
|
const searchPanelToggle = document.querySelector("button.mirador34"); |
|
|
|
|
// const searchPanelIcon = document.querySelector("button.MuiButtonBase-root.MuiTab-root.mirador26 svg");
|
|
|
|
|
// hide the panel
|
|
|
|
|
|