From 07e3c33db33c25b158e3b84401de7b39323e0f1f Mon Sep 17 00:00:00 2001 From: Ujjwal Baskota <19787410+ubaskota@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:48:12 -0500 Subject: [PATCH] edits some comments --- docs/source/_static/js/loadShortbread.js | 2 +- docs/source/_templates/page.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 #}