File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ <h2 class="mb-5">Downloads</h2>
66
66
67
67
< div id ="downloads-nightly ">
68
68
< h3 > Nightly</ h3 >
69
- < p class ="mt-2 mb-5 "> Fresh doukutsu-rs builds, compiled on each commit of < code > master</ code > and features branch.</ p >
69
+ < p class ="mt-2 mb-5 "> Fresh doukutsu-rs builds, compiled on each commit of < code > master</ code > branch.</ p >
70
70
71
71
< div class ="columns is-multiline ">
72
72
{{ range .Site.Params.downloads.platforms }}
@@ -76,7 +76,7 @@ <h3>Nightly</h3>
76
76
</ div >
77
77
< div class ="mt-6 " id ="downloads-stable ">
78
78
< h3 > Stable</ h3 >
79
- < p class ="mt-2 mb-5 "> The latest changes and fixes are missing, but in general all features are tested and works fine.</ p >
79
+ < p class ="mt-2 mb-5 "> The latest changes and fixes are missing, but in general all features are tested and work fine.</ p >
80
80
81
81
< div class ="columns is-multiline ">
82
82
{{ range .Site.Params.downloads.platforms }}
@@ -153,7 +153,6 @@ <h3>Stable</h3>
153
153
154
154
for ( const platform in data ) {
155
155
const info = data [ platform ] ;
156
- console . log ( info ) ;
157
156
if ( info . version !== undefined ) {
158
157
const container = document . getElementById ( `downloads-${ channel } -${ platform } ` ) ;
159
158
@@ -178,8 +177,6 @@ <h3>Stable</h3>
178
177
179
178
return ;
180
179
}
181
-
182
-
183
180
}
184
181
185
182
( async ( ) => {
You can’t perform that action at this time.
0 commit comments