diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-17 20:00:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-17 20:00:02 +0100 |
commit | 3ae492fdba798fb3e3bbeddc8cc7aaabc5210db5 (patch) | |
tree | f30759ccf024b10d87df3fec9b801a775ef4caf5 /templates/web/base/front | |
parent | 9495fe66792ce9733037e812f237bb2ccd7d96e6 (diff) | |
parent | 17e389222fd65b15a4004df28aacdc4c45bfd443 (diff) |
Merge branch 'js-you-only-load-once'
Diffstat (limited to 'templates/web/base/front')
-rw-r--r-- | templates/web/base/front/recent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/front/recent.html b/templates/web/base/front/recent.html index cb83c51b8..1fe6ad2be 100644 --- a/templates/web/base/front/recent.html +++ b/templates/web/base/front/recent.html @@ -13,7 +13,7 @@ </h2> <section class="full-width"> - <ul class="item-list item-list--reports item-list--front-page"> + <ul id="js-reports-list" class="item-list item-list--reports item-list--front-page"> [% FOREACH problem IN recent_photos %] [% INCLUDE 'front/_list-entry.html' %] [% END %] |