Commit b0c96c4 1 parent f8e6377 commit b0c96c4 Copy full SHA for b0c96c4
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
content ="Encode data to a provided output alphabet. "
11
11
/>
12
12
</ head >
13
- < link rel ="stylesheet " href ="/style.css " />
13
+ < link rel ="stylesheet " href =". /style.css " />
14
14
15
15
< body >
16
16
< div class ="hero ">
@@ -58,7 +58,7 @@ <h2>Try it</h2>
58
58
</ div >
59
59
</ div >
60
60
61
- < script src ="/codeset.umd.js "> </ script >
61
+ < script src =". /codeset.umd.js "> </ script >
62
62
< script >
63
63
const { alphabet, codeset } = window . codeset
64
64
@@ -82,7 +82,6 @@ <h2>Try it</h2>
82
82
83
83
predefinedInput . addEventListener ( 'change' , ( ) => {
84
84
const val = predefinedInput . value
85
- console . log ( val )
86
85
if ( Array . isArray ( window . codeset [ val ] ) ) {
87
86
alphabetInput . value = window . codeset [ val ] . join ( '' )
88
87
alphabetInput . change ( )
You can’t perform that action at this time.
0 commit comments