This commit is contained in:
Alec Höfler 2021-08-21 18:23:41 +02:00
parent bfb7b86665
commit 08f56295c4
No known key found for this signature in database
GPG key ID: C787A26BE275EF8A
2 changed files with 8 additions and 8 deletions

View file

@ -123,8 +123,6 @@
</div>
<br/>
<div id="bottom"></div>
<!-- START Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert">
<span>
@ -141,18 +139,20 @@
<!-- END Cookie-Alert -->
<div id="bottom"></div>
<script>
const page = "start";
</script>
<script src="dist/jquery.js"></script>
<script src="dist/index.js"></script>
<script src="../dist/jquery.js"></script>
<script src="../dist/index.js"></script>
<script src="https://s3.itbyhf.xyz/cdn/apps/gfdgp3t123d/cookie.js"></script>
<script src="https://s3.itbyhf.xyz/cdn/apps/gfdgp3t123d/bootstrap.min.js"></script>
<style>
.header, #content,#bottom {
.header, .content {
display: none;
}
</style>
<script src="./templates/loader.js"></script>
<script src="../templates/loader.js"></script>
</body>
</html>
</html>

View file

@ -27,7 +27,7 @@ function showPage() {
}
load();
let addDot;
var addDot;
function load() {
if (!is_loaded) {