domains/forbes.com.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:45:04 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:45:04 +0000 (15:45 +0800)
domains/forbes.com.js

index 087290a..2d5e679 100644 (file)
@@ -1,7 +1,7 @@
 
 // test http://www.forbes.com/sites/johnkang/2016/04/13/chinas-tech-giant-huawei-aims-to-double-b2b-revenue-by-2020/#44324814fe6d
 
-(function (args) {
+(window.setTimeout(function () {
     
    
     function readCookie(name) {
@@ -28,6 +28,6 @@
         }
    
    
-})();
+}, 1000);
     
     
\ No newline at end of file