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