@@ -67,5 +67,11 @@ z-index:999999;">
},500)
}
+
+setInterval(function(){
+ POST('repaint',{},function(data){
+ console.log(data)
+ })
+ },100);
//----------------------------------------------------------------------------------------------
})