Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
176
function
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.js
File · 0.85
Calls
1
updateGuide
Function · 0.85
Tested by
no test coverage detected