history.pushState( { | |
old_text: old_text.val(), | |
new_text: new_text.val(), | |
slug: new_path | |
}, null, new_path); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
history.pushState( { | |
old_text: old_text.val(), | |
new_text: new_text.val(), | |
slug: new_path | |
}, null, new_path); |