mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-04 18:31:17 +01:00
3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
function changePage(page) {
|
|
window.location.pathname = page + ".html";
|
|
} |