()
| 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'; |
no test coverage detected