summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-14 15:43:39 -0500
committerZach van Rijn <me@zv.io>2021-07-14 15:43:39 -0500
commite768de9bab1461e65ec1881d77d7c0e02feb259f (patch)
tree3592c529233d18d796082849ce7f4d2f93cf147b /src
parentbf82211ce22cfb45580c277aa9cfb7f0ff9965a8 (diff)
downloadsite-ng-e768de9bab1461e65ec1881d77d7c0e02feb259f.tar.gz
site-ng-e768de9bab1461e65ec1881d77d7c0e02feb259f.tar.bz2
site-ng-e768de9bab1461e65ec1881d77d7c0e02feb259f.tar.xz
site-ng-e768de9bab1461e65ec1881d77d7c0e02feb259f.zip
Compliance updates 2.
Diffstat (limited to 'src')
-rw-r--r--src/download/index.html4
-rw-r--r--src/mirrors/index.html4
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>