aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index 137fe5db7..6caea3f4c 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -1291,6 +1291,9 @@ $(function() {
} else if ('page_change' in e.state) {
$('.pagination').data('page', e.state.page_change.page)
.trigger('change.filters');
+ if ( fixmystreet.page != 'reports' ) {
+ fixmystreet.display.reports_list(location.href);
+ }
} else if ('filter_change' in e.state) {
$('#filter_categories').val(e.state.filter_change.filter_categories);
$('#statuses').val(e.state.filter_change.statuses);