3 lines
105 B
JavaScript
3 lines
105 B
JavaScript
|
dynmapDoneButton.addEventListener('click', () => {
|
||
|
switchView(getCurrentView(), VIEWS.landing)
|
||
|
})
|