This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
itflow
mirror of
https://github.com/itflow-org/itflow
Watch
1
Star
0
Fork
You've already forked itflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
57dab27169
itflow
/
js
/
login_prevent_resubmit.js
4 lines
102 B
JavaScript
Raw
Blame
History
if
(
window
.
history
.
replaceState
)
{
window
.
history
.
replaceState
(
null
,
null
,
window
.
location
.
href
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink