domains/micetoday.com.js
authorAlan Knowles <alan@roojs.com>
Tue, 13 Sep 2016 03:46:45 +0000 (11:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Sep 2016 03:46:45 +0000 (11:46 +0800)
domains/micetoday.com.js

index f629595..52cc3a1 100644 (file)
@@ -2,13 +2,16 @@
 (function (args) {
     var disnone = function(ar) {
         for (var i =0;i < ar.length;i++) {
+            if (!ar) {
+                continue;
+            }
             ar[i].style.display = 'none';
         }
     }
-    
-    disnone([
-            document.getElementById('sbox-window'),
-            document.getElementById('sbox-overlay')
-    ] );
-    
+     window.setTimeout(function() {
+        disnone([
+                document.getElementById('sbox-window'),
+                document.getElementById('sbox-overlay')
+        ] );
+        
 })(); 
\ No newline at end of file