oduwsdl / tmvis

An archival thumbnail visualization server
MIT License
7 stars 7 forks source link

Back page browser button not refreshing #45

Open dhruv282 opened 5 years ago

dhruv282 commented 5 years ago

After loading up the summary page, clicking the browser back button updates the url to stats but does not refresh the page. The user has to refresh it manually.

ibnesayeed commented 5 years ago

This is perhaps because the address bar is changed using history.pushState. You can write an event handler for popstate to handle this situation.