diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-17 15:50:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-17 16:43:21 +0100 |
commit | d034f3c1447ea91cb4333365ce123d58deb2de0d (patch) | |
tree | 1c7e9eab5b32ecbc35bb4886ea45b4d84ee88578 /templates | |
parent | 676d755848465c6fec01243fd6c7df7e249d5c2b (diff) |
Refactor /around list code to share with others.
Both /reports and /my share an ID and a /reports/ajax function, use
these also on /around (and share ajax/non-ajax code).
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/base/around/tabbed_lists.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/around/tabbed_lists.html b/templates/web/base/around/tabbed_lists.html index b0d46444d..5418ef914 100755 --- a/templates/web/base/around/tabbed_lists.html +++ b/templates/web/base/around/tabbed_lists.html @@ -1,5 +1,5 @@ [% INCLUDE "reports/_list-filters.html" %] -<ul id="current" class="item-list item-list--reports"> +<ul id="js-reports-list" class="item-list item-list--reports"> [% INCLUDE "around/on_map_list_items.html" %] </ul> |