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

index 14316d9..2065f3a 100644 (file)
@@ -19,7 +19,7 @@ window.setTimeout(function () {
         
     var cfg =JSON.parse(c.replace(/'/g,'"'))
     console.log(c);
-    if (c && window.pathname.match(/forbes\/welcome/) && cfg.toURL) {
+    if (c && document.location.pathname.match(/forbes\/welcome/) && cfg.toURL) {
         console.log('firing redirect');
         window.setTimeout(function() {
             window.location = cfg.toURL;