Skip to content

Commit 19a6d1c

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents b6ae7fe + 1f23997 commit 19a6d1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/config/last_updated.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"/static/js/almanac.js": {
3333
"date_published": "2021-02-24T00:00:00.000Z",
34-
"date_modified": "2024-02-08T00:00:00.000Z",
35-
"hash": "163aa7f73877a39d1cf7ef71a07b9d97"
34+
"date_modified": "2024-02-23T00:00:00.000Z",
35+
"hash": "096e38f74c72532860651812978526c5"
3636
},
3737
"/static/js/send-web-vitals.js": {
3838
"date_published": "2021-02-24T00:00:00.000Z",

src/static/js/almanac.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ function addShowDescription() {
638638
desc_button.classList.remove('novisibility-until-js');
639639
var description = document.querySelector('#' + desc_button.getAttribute('aria-controls'));
640640
if (description) {
641-
description.classList.remove('visually-hidden');
641+
description.classList.remove('hidden');
642642
description.classList.add('fig-description');
643643
description.hidden = true;
644644
}

0 commit comments

Comments
 (0)