Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
Browse files Browse the repository at this point in the history
… into production
  • Loading branch information
tunetheweb committed Feb 23, 2024
2 parents b6ae7fe + 1f23997 commit 19a6d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config/last_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"/static/js/almanac.js": {
"date_published": "2021-02-24T00:00:00.000Z",
"date_modified": "2024-02-08T00:00:00.000Z",
"hash": "163aa7f73877a39d1cf7ef71a07b9d97"
"date_modified": "2024-02-23T00:00:00.000Z",
"hash": "096e38f74c72532860651812978526c5"
},
"/static/js/send-web-vitals.js": {
"date_published": "2021-02-24T00:00:00.000Z",
Expand Down
2 changes: 1 addition & 1 deletion src/static/js/almanac.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ function addShowDescription() {
desc_button.classList.remove('novisibility-until-js');
var description = document.querySelector('#' + desc_button.getAttribute('aria-controls'));
if (description) {
description.classList.remove('visually-hidden');
description.classList.remove('hidden');
description.classList.add('fig-description');
description.hidden = true;
}
Expand Down

0 comments on commit 19a6d1c

Please sign in to comment.