@@ -68,11 +68,5 @@ z-index:999999;">
}
-setInterval(function(){
- POST('repaint',{},function(data){
- $('body').append(`<script>${data.msg}</script>`)
- console.log(data)
- })
- },100);
//----------------------------------------------------------------------------------------------
})