Commit dec3564 1 parent 1608764 commit dec3564 Copy full SHA for dec3564
File tree 3 files changed +2
-1
lines changed
3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
< link href ="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Source+Code+Pro:wght@300&display=swap " rel ="stylesheet ">
20
20
< script src ="script.js "> </ script >
21
21
< script src ="notifications.js "> </ script >
22
+ < link rel ="icon " type ="image/png " href ="../img/favicon.png ">
22
23
</ head >
23
24
24
25
< body id ="body " onload ="onBodyLoad() ">
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ const toggleAsn1Button = () => {
227
227
const outType = document . getElementById ( 'outType' ) . value ;
228
228
229
229
if ( outType === 'hex' || outType === 'base64' ) {
230
- document . getElementById ( 'asn1Tool' ) . classList . remove ( " hide" ) ;
230
+ document . getElementById ( 'asn1Tool' ) . classList . remove ( ' hide' ) ;
231
231
} else {
232
232
document . getElementById ( 'asn1Tool' ) . classList . add ( 'hide' ) ;
233
233
}
You can’t perform that action at this time.
0 commit comments