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