wenhongquan 3 жил өмнө
parent
commit
91582151ed
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -193,8 +193,8 @@
                 'resize',
                 function() {
                     // debugger
-                    clearTimeout(tid);
-                    tid = setTimeout(refreshRem, 300);
+                    clearInterval(tid);
+                    tid = setInterval(refreshRem, 300);
 
 
                 },