Searched refs:hideButton (Results 1 – 4 of 4) sorted by relevance
21 hideButton('location');155 hideButton('focus-btn');
23 function hideButton(which){ function
196 const hideButton = wrapper.querySelector(".hide-button");198 if (hideButton && showButton) {199 hideButton.style.display = hide ? "none" : "inline";
1 …hideButton = wrapper.querySelector(\".hide-button\");\n const showButton = wrapper.querySelecto…