wenhongquan 3 éve
szülő
commit
91582151ed
1 módosított fájl, 2 hozzáadás és 2 törlés
  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);
 
 
                 },