Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/webodf/ViewerJS
/ showAboutDialog
Function
showAboutDialog
viewer.js:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
function
showAboutDialog() {
136
dialogOverlay.style.display =
"block"
;
137
}
138
139
function
hideAboutDialog() {
140
dialogOverlay.style.display =
"none"
;
Callers
1
initializeAboutInformation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected