MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / setSearchQueryAwaiting

Function setSearchQueryAwaiting

query-builder.js:171–177  ·  view source on GitHub ↗
(want)

Source from the content-addressed store, hash-verified

169 }
170
171 function setSearchQueryAwaiting(want) {
172 window.searchQueryAwaitingClause = !!want;
173 const hint = document.getElementById("search-boolean-hint");
174 const section = document.querySelector(".filter-section");
175 if (hint) hint.hidden = !want;
176 if (section) section.classList.toggle("filter-section-awaiting-search", want);
177 }
178
179 function dismissSearchAwaiting() {
180 setSearchQueryAwaiting(false);

Calls

no outgoing calls

Tested by

no test coverage detected