From: Alan Knowles Date: Mon, 20 Apr 2020 03:30:57 +0000 (+0800) Subject: Fix #6273 - Clear overlay on asiaone X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=c46e2a48877dfef8cbffb97df8852bcbf74f308f Fix #6273 - Clear overlay on asiaone --- diff --git a/domains/asiaone.com.js b/domains/asiaone.com.js new file mode 100644 index 0000000..6494533 --- /dev/null +++ b/domains/asiaone.com.js @@ -0,0 +1,10 @@ +(function (args) { + + window.setInterval(function() { + console.log("try clear overlay"); + try { + removeOverLay(); + } catch(e) {} + }, 1000); + +})(); \ No newline at end of file