itflow/js/login_prevent_resubmit.js

4 lines
102 B
JavaScript

if (window.history.replaceState) {
window.history.replaceState(null,null,window.location.href);
}