history.js icon indicating copy to clipboard operation
history.js copied to clipboard

How to reset the URL?

Open dehghani-mehdi opened this issue 10 years ago • 0 comments

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?

dehghani-mehdi avatar Apr 22 '15 04:04 dehghani-mehdi