mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Add payment.js
This commit is contained in:
parent
77372b2a2c
commit
ce5dabbb09
1 changed files with 5 additions and 0 deletions
5
public/js/payment.js
Normal file
5
public/js/payment.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
function init() {
|
||||
window.history.pushState({}, null, '/payment');
|
||||
}
|
||||
|
||||
init();
|
Loading…
Reference in a new issue