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