删除无用代码

This commit is contained in:
mkg
2021-05-13 12:40:37 +08:00
parent 2836fc1139
commit c6ffbbc062
-1
View File
@@ -78,7 +78,6 @@
setInterval(function(){
document.getElementById("captchaImage").src= captchaPath + "?" + Math.random();
},30 * 1000);
validateKickout();
})
</script>
<script>