Files
notifications-admin/app
Chris Hill-Scott 3069858a9f Fix pagination on activity page
The activity page was AJAXified in
https://github.com/alphagov/notifications-admin/pull/952 but this
didn’t take pagination into account.

So if you visited page 2, the contents of the page would be replaced by
Javascript with the contents of page 1. So you’d never be able to see
anything beyond page 1, expect for a brief fraction of a second when the
page loaded.

This commit makes sure the AJAX request uses whatever page parameter is
in the URL of the original page.
2016-09-30 15:41:46 +01:00
..
2016-09-30 15:41:46 +01:00
2016-09-30 15:41:46 +01:00
2016-09-30 09:23:00 +01:00
2016-09-08 16:59:32 +01:00