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>
6666
6767 < div id ="downloads-nightly ">
6868 < 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 >
7070
7171 < div class ="columns is-multiline ">
7272 {{ range .Site.Params.downloads.platforms }}
@@ -76,7 +76,7 @@ <h3>Nightly</h3>
7676 </ div >
7777 < div class ="mt-6 " id ="downloads-stable ">
7878 < 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 >
8080
8181 < div class ="columns is-multiline ">
8282 {{ range .Site.Params.downloads.platforms }}
@@ -153,7 +153,6 @@ <h3>Stable</h3>
153153
154154 for ( const platform in data ) {
155155 const info = data [ platform ] ;
156- console . log ( info ) ;
157156 if ( info . version !== undefined ) {
158157 const container = document . getElementById ( `downloads-${ channel } -${ platform } ` ) ;
159158
@@ -178,8 +177,6 @@ <h3>Stable</h3>
178177
179178 return ;
180179 }
181-
182-
183180 }
184181
185182 ( async ( ) => {
You can’t perform that action at this time.
0 commit comments