MCPcopy Index your code
hub / github.com/webodf/ViewerJS / toggleToolbars

Function toggleToolbars

viewer.js:510–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

508 }
509
510 function toggleToolbars() {
511 if (titlebar.classList.contains('viewer-touched')) {
512 hideToolbars();
513 } else {
514 showToolbars();
515 }
516 }
517
518 function blankOut(value) {
519 blanked.style.display = 'block';

Callers 1

leaveBlankOutFunction · 0.85

Calls 2

hideToolbarsFunction · 0.85
showToolbarsFunction · 0.85

Tested by

no test coverage detected