fix: add isBaaS declaration in html
This commit is contained in:
parent
14960c3df2
commit
0b15e58938
@ -458,12 +458,12 @@
|
||||
|
||||
|
||||
<script>
|
||||
const isBaaS = false
|
||||
var h = document.body.clientHeight
|
||||
- $("header").css("height").replace("px", "")
|
||||
- $("footer").css("height").replace("px", "");
|
||||
$("#main").css("height", h + "px");
|
||||
init();
|
||||
|
||||
//initWSocket();
|
||||
</script>
|
||||
|
||||
|
@ -1256,6 +1256,7 @@
|
||||
|
||||
|
||||
<script>
|
||||
const isBaaS = false
|
||||
var h = document.body.clientHeight
|
||||
- $("header").css("height").replace("px", "")
|
||||
- $("footer").css("height").replace("px", "");
|
||||
@ -1265,8 +1266,6 @@
|
||||
//initWSocket();
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
@ -727,10 +727,7 @@
|
||||
- $("footer").css("height").replace("px", "");
|
||||
$("#main").css("height", h + "px");
|
||||
init();
|
||||
|
||||
//initWSocket();
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -693,6 +693,7 @@
|
||||
|
||||
|
||||
<script>
|
||||
const isBaaS = false
|
||||
var h = document.body.clientHeight
|
||||
- $("header").css("height").replace("px", "")
|
||||
- $("footer").css("height").replace("px", "");
|
||||
|
@ -81,6 +81,7 @@
|
||||
|
||||
</script>
|
||||
<script>
|
||||
const isBaaS = false
|
||||
init();
|
||||
</script>
|
||||
</body>
|
||||
|
12
index.html
12
index.html
@ -135,13 +135,15 @@
|
||||
</script>
|
||||
|
||||
<br/>
|
||||
<div
|
||||
style="width: fit-content; margin-top: 2%; float: right; border-radius: 10px; font-size: 50%">
|
||||
Icons made by <a href="https://www.flaticon.com/authors/monkik"
|
||||
title="monkik" style="color: white;">monkik</a> from <a
|
||||
href="https://www.flaticon.com/" title="Flaticon"
|
||||
<div style="width: fit-content; margin-top: 2%; float: right; border-radius: 10px; font-size: 50%">
|
||||
Icons made by
|
||||
<a href="https://www.flaticon.com/authors/monkik"
|
||||
title="monkik" style="color: white;">monkik</a>
|
||||
from
|
||||
<a href="https://www.flaticon.com/" title="Flaticon"
|
||||
style="color: white;">www.flaticon.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!--
|
||||
|
Loading…
x
Reference in New Issue
Block a user