diff options
-rw-r--r-- | web/cobrands/fixmystreet/staff.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/staff.js b/web/cobrands/fixmystreet/staff.js index 2f9de6c7e..66f9411cd 100644 --- a/web/cobrands/fixmystreet/staff.js +++ b/web/cobrands/fixmystreet/staff.js @@ -9,7 +9,7 @@ $.extend(fixmystreet.set_up, { latitude: $('input[name="latitude"]').val(), longitude: $('input[name="longitude"]').val() }; - $("#js-duplicate-reports ul").html("<li>Loading...</li>"); + $("#js-duplicate-reports ul").html('<li class="item-list__item">Loading...</li>'); var nearby_url = '/report/'+report_id+'/nearby.json'; $.getJSON(nearby_url, args, function(data) { var duplicate_of = $("#report_inspect_form [name=duplicate_of]").val(); |