починил подрагивание при перезагрузке
This commit is contained in:
parent
b7ebc50924
commit
f5e55162b8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user