Update changelog.html

This commit is contained in:
Tran Khanh Duy 2020-07-19 08:54:58 +07:00 committed by GitHub
parent ea8cf27c22
commit 1ab1a25ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,26 +33,6 @@
}
}
</style>
<!--
<script>
var i = 0;
function changeSubText(){
var subText = document.getElementById("subText");
var verText = document.getElementById("verText");
if (i == 0) {
subText.style.textShadow = "2px 2px 2px green";
verText.style.textShadow = "2px 2px 2px orange";
i = 1;
} else {
subText.style.textShadow = "2px 2px 2px transparent";
verText.style.textShadow = "2px 2px 2px transparent";
i = 0;
}
}
window.setInterval(changeSubText, 100);
</script>
-->
</head>
<body>
<!--