Files
web-view/examples/actix/js/scripts.js
2019-09-25 14:54:13 +02:00

3 lines
76 B
JavaScript

function changePage(page) {
window.location.pathname = page + ".html";
}