File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments