#2722 Clicking back in browser after opening diff of PR doesn't work correctly
Closed: Fixed Opened by ignatenkobrain.

Steps to reproduce:
1. Open https://pagure.io/pagure/pull-request/2715
2. Click "Files Changed"
3. Click "Back" in browser (In my case it is FF57)

Actual results:
URL changes back to https://pagure.io/pagure/pull-request/2715 from https://pagure.io/pagure/pull-request/2715#request_diff, but real opened page stays the diff

Expected results:
URL changes back and content goes back to discussion of PR.


That's kinda expected since we're not changing the page, just the tab.

We may be able to hack something up with JS though.

Metadata Update from @pingou:
- Issue tagged with: JS, RFE

Commit a9321f8f fixes this issue

Metadata