MCPcopy Create free account
hub / github.com/webodf/ViewerJS / hideToolbars

Function hideToolbars

viewer.js:505–508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503 }
504
505 function hideToolbars() {
506 titlebar.classList.remove('viewer-touched');
507 toolbar.classList.remove('viewer-touched');
508 }
509
510 function toggleToolbars() {
511 if (titlebar.classList.contains('viewer-touched')) {

Callers 3

showToolbarsFunction · 0.85
toggleToolbarsFunction · 0.85
blankOutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected