From: Alan Knowles Date: Tue, 10 Apr 2018 09:24:00 +0000 (+0800) Subject: domains/itbusinessnet.com.js X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=e72cfcbc6463587183427fc6ac76a23416695833 domains/itbusinessnet.com.js --- diff --git a/domains/itbusinessnet.com.js b/domains/itbusinessnet.com.js index a1d9e4c..04fccfb 100644 --- a/domains/itbusinessnet.com.js +++ b/domains/itbusinessnet.com.js @@ -3,16 +3,15 @@ window.setInterval(function() { try { var e = document.getElementById('dmn_lightbox_fadetoblack');e.parentNode.removeChild(e); - } catch(e) { console.log(e); + } catch(e) { console.log(e); } try { var e = document.getElementById('dmn_lightbox');e.parentNode.removeChild(e); - } catch(e) { console.log(e); + } catch(e) { console.log(e); } try { document.getElementById('splashscreen').style.display = 'none'; document.body.style.overflow = 'visible'; console.log("removed splash"); - } catch(e) { console.log(e); - } + } catch(e) { console.log(e); } },200); })();