Fix #6273 - Clear overlay on asiaone
[app.webkitpdf] / domains / asiaone.com.js
diff --git a/domains/asiaone.com.js b/domains/asiaone.com.js
new file mode 100644 (file)
index 0000000..6494533
--- /dev/null
@@ -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