6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
/**
|
|
* Script for ouiheberg.ejs
|
|
*/
|
|
document.getElementById('ouihebergButton').addEventListener('click', e => {
|
|
switchView(VIEWS.testouiheberg, VIEWS.landing)
|
|
}) |