GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
HiroseLabo.
/
2021-masamichi
Transfer to URL with SHA
Find file
Newer
Older
tree:
8f17fba812
Branches
Tags
×
master
2021-masamichi
/ post.js
ITO Masamichi
on 27 Dec 2021
104 bytes
Update post.js
Raw
Blame
History
const func1 = (page) => { document.form1.action = 'index.html'; document.form1.submit(); };