fix: add isBaaS declaration in html
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user