add finance.uk
[app.webkitpdf] / domains / micetoday.com.js
index 05ebae4..81753fd 100644 (file)
@@ -2,7 +2,7 @@
 (function (args) {
     var disnone = function(ar) {
         for (var i =0;i < ar.length;i++) {
-            if (!ar) {
+            if (!ar[i]) {
                 continue;
             }
             ar[i].style.display = 'none';
@@ -13,7 +13,9 @@
         disnone([
                 document.getElementById('sbox-window'),
                 document.getElementById('sbox-overlay')
+                
         ] );
+        document.body.className = ''; // remove the overlay...
      }, 200);
         
 })(); 
\ No newline at end of file