()
| 41 | } |
| 42 | |
| 43 | function openSessionDrawer() { |
| 44 | $('session-overlay').classList.add('visible'); |
| 45 | requestSessionList(); |
| 46 | } |
| 47 | |
| 48 | function closeSessionDrawer() { |
| 49 | $('session-overlay').classList.remove('visible'); |
nothing calls this directly
no test coverage detected