()
| 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')) { |
no outgoing calls
no test coverage detected