Comparing version 1.0.5 to 1.0.6
@@ -255,3 +255,3 @@ 'use strict'; | ||
if (req.url.indexOf('http') !== 0) { | ||
req.url = (req.hostname + '/' + req.url).replace(/\/+/g, '/'); | ||
req.url = (req.hostname + '/' + req.url);//.replace(/\/+/g, '/'); | ||
} | ||
@@ -258,0 +258,0 @@ |
@@ -251,3 +251,3 @@ /** | ||
if (req.url.indexOf('http') !== 0) { | ||
req.url = (req.hostname + '/' + req.url).replace(/\/+/g, '/'); | ||
req.url = (req.hostname + '/' + req.url);//.replace(/\/+/g, '/'); | ||
} | ||
@@ -254,0 +254,0 @@ |
{ | ||
"name": "portals", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "An XHR/Ajax library with sugar for single page applications.", | ||
@@ -5,0 +5,0 @@ "main": "dist/portals-cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68217