diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/download/index.html | 4 | ||||
-rw-r--r-- | src/mirrors/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/download/index.html b/src/download/index.html index eee5c18..eb79334 100644 --- a/src/download/index.html +++ b/src/download/index.html @@ -116,7 +116,7 @@ __HEADER__ </div> </div> - <form role="form"> + <form> <div class="panel panel-primary setup-content" id="step-1"> <div class="panel-heading"> <h3 class="panel-title">Architecture</h3> @@ -385,7 +385,6 @@ __HEADER__ __INDEPENDENT_SHADE__ __FOOTER__ - </body> <script> /** @@ -690,4 +689,5 @@ __FOOTER__ $('div.setup-panel div a.btn-dark').trigger('click'); }); </script> + </body> </html> diff --git a/src/mirrors/index.html b/src/mirrors/index.html index aa424c9..3d78bb0 100644 --- a/src/mirrors/index.html +++ b/src/mirrors/index.html @@ -48,8 +48,8 @@ __HEADER__ __INDEPENDENT_SHADE__ __FOOTER__ - </body> - <script type="text/javascript"> + <script> $("#mirrorstatus").load('https://infra.adelielinux.org/status.html'); </script> + </body> </html> |