Stop creating an unwanted history entry on view diff.

Review Request #6414 — Created Oct. 6, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
76d03bf...

Reviewers

In Firefox changing the url hash by setting window.location.hash creates
a history entry. This behaviour is different from chrome et al so
instead we now use window.location.replace to avoid the extra entry.

Firefox will no longer return to #index_header when hitting the back
button after having clicked view diff.

Visited the diff viewer using View Diff in both Firefox and Chrome
before and after the fix. Chrome's behaviour is unchanged and Firefox
no longer has the additional unwanted history entry.

    Loading...