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

index e69de29..eaa8b7a 100644 (file)
@@ -0,0 +1,11 @@
+
+(function (args) {
+    var disnone = function(ar) {
+        for (var i =0;i < ar.length;i++) {
+            ar[i].style.display = 'none';
+        }
+    }
+    
+    disnone([document.getElementById('sbox-window'),document.getElementById('sbox-overlay')] )
+    
+})(); 
\ No newline at end of file