BrandonXLF/linkcount

"Back" button should work

jwbth opened this issue · 1 comments

jwbth commented

Currently when you press "Submit", I think history.replaceState is used. This results in the "Back" browser button not working. I suggest to use history.pushState and add logic to made the "Back" button work.

Thank you for reporting this. Fixed with commit 0101bbe