MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected