mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +01:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
|
function init() {
|
||
|
window.history.pushState({}, null, '/payment');
|
||
|
}
|
||
|
|
||
|
init();
|