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

Function closeGuide

guide.js:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200// Closes the guide dialog.
201function closeGuide() {
202 const guideDialog = document.getElementById("quickstart-guide");
203 if (guideDialog) {
204 guideDialog.close();
205 }
206}
207
208// Set up event listeners when the DOM content is fully loaded.

Callers 2

nextGuideFunction · 0.85
guide.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected