wenhongquan %!s(int64=3) %!d(string=hai) anos
pai
achega
91582151ed
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);
 
 
                 },