Commit e3b6527 1 parent 804ae08 commit e3b6527 Copy full SHA for e3b6527
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11
11
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/foundation.min.css "
12
12
crossorigin ="anonymous "
13
13
/>
14
- < link rel ="stylesheet " type ="text/css " href ="/ css/foundation.css " />
15
- < link rel ="stylesheet " type ="text/css " href ="/ css/index.css " />
14
+ < link rel ="stylesheet " type ="text/css " href ="css/foundation.css " />
15
+ < link rel ="stylesheet " type ="text/css " href ="css/index.css " />
16
16
</ head >
17
17
< body >
18
18
<!-- Start Top Bar -->
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let userLevel = 0;
5
5
6
6
export async function getVocabList ( ) {
7
7
if ( vocabList . length === 0 ) {
8
- const text = await ( await fetch ( "/ data/vocab.csv" ) ) . text ( ) ;
8
+ const text = await ( await fetch ( "data/vocab.csv" ) ) . text ( ) ;
9
9
const data = text . split ( "\r\n" ) . map ( ( t ) => t . split ( "\t" ) ) ;
10
10
const headers = data [ 0 ] ;
11
11
for ( let i = 1 ; i < data . length ; i ++ ) {
@@ -133,7 +133,6 @@ export async function getUserPercentComplete() {
133
133
}
134
134
}
135
135
}
136
- console . log ( userLevel ) ;
137
136
return { percentComplete, userLevel } ;
138
137
}
139
138
Original file line number Diff line number Diff line change 11
11
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/foundation.min.css "
12
12
crossorigin ="anonymous "
13
13
/>
14
- < link rel ="stylesheet " type ="text/css " href ="/ css/foundation.css " />
15
- < link rel ="stylesheet " type ="text/css " href ="/ css/settings.css " />
14
+ < link rel ="stylesheet " type ="text/css " href ="css/foundation.css " />
15
+ < link rel ="stylesheet " type ="text/css " href ="css/settings.css " />
16
16
</ head >
17
17
< body >
18
18
<!-- Start Top Bar -->
You can’t perform that action at this time.
0 commit comments