fixed Landing page rendering issue
This commit is contained in:
parent
2f65d04dda
commit
943ff0f684
2 changed files with 9 additions and 0 deletions
|
@ -179,5 +179,10 @@
|
|||
<script defer src="/static/js/buttonsmove.js"></script>
|
||||
<script defer src="/static/js/sidemenu.js"></script>
|
||||
<script defer src="/static/js/autocomplete.js"></script>
|
||||
<script>
|
||||
window.addEventListener('load', function() {
|
||||
document.body.style.visibility = 'visible';
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue