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

Function prevGuide

guide.js:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175// Decrement the current page if possible.
176function prevGuide() {
177 if (currentPage > 0) {
178 currentPage--;
179 updateGuide();
180 }
181}
182
183// Opens the guide dialog starting at the first page.

Callers 1

guide.jsFile · 0.85

Calls 1

updateGuideFunction · 0.85

Tested by

no test coverage detected