diff options
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/waste/bin_days.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/base/waste/bin_days.html b/templates/web/base/waste/bin_days.html index 9ca8c0a7f..bba894ae1 100644 --- a/templates/web/base/waste/bin_days.html +++ b/templates/web/base/waste/bin_days.html @@ -61,9 +61,7 @@ [% END %] </dl> - <p class="waste-panel-toggle hidden-nojs"><a data-toggle-visibility="#panel-[% unit.service_id %]" class="waste-service-name-link govuk-button govuk-button--secondary">[% unit.service_name %] services</a></p> - - <div class="waste-services-launch-panel hidden-js" id="panel-[% unit.service_id %]"> + <div class="waste-services-launch-panel" id="panel-[% unit.service_id %]"> [% PROCESS waste/services.html %] </div> </div> |