history.js
history.js copied to clipboard
How to reset the URL?
Hey, thanks for the great library. I have a problem, I want to reset the URL and using:
History.pushState({}, '', '/index');
but not working for me, please note, when I using:
history.pushState({}, '', '/index');
working fine. What is wrong?