diff --git a/docs/source/_static/js/loadShortbread.js b/docs/source/_static/js/loadShortbread.js index 6b31b35f4a..5b4da8cd0f 100644 --- a/docs/source/_static/js/loadShortbread.js +++ b/docs/source/_static/js/loadShortbread.js @@ -12,7 +12,7 @@ document.addEventListener('DOMContentLoaded', function() { // Check for cookie consent shortbread.checkForCookieConsent(); - // Add event listener for 'Cookie preferences' button read from page.html + // Add event listener for 'Cookie preferences' link read from page.html const cookiePreferencesLink = document.getElementById('cookie-button-link'); if (cookiePreferencesLink) { cookiePreferencesLink.addEventListener('click', function(event) { diff --git a/docs/source/_templates/page.html b/docs/source/_templates/page.html index 0d3b712686..a945f196c4 100644 --- a/docs/source/_templates/page.html +++ b/docs/source/_templates/page.html @@ -174,8 +174,6 @@ {%- endif %} {# start of AWS modification of Furo template #}