починил подрагивание при перезагрузке

This commit is contained in:
alexey 2018-09-19 20:38:31 +03:00
parent b7ebc50924
commit f5e55162b8
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,12 @@
</head>
<body>
<script>
document.body.style.display = "none";
window.addEventListener("load", function () {
document.body.style.display = "block";
})
</script>
<div id="main">
@ -38,4 +44,5 @@
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>