wenhongquan 3 năm trước cách đây
mục cha
commit
91582151ed
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);
 
 
                 },