Attempt to follow cross-domain redirects.
authorDave Longley <dlongley@digitalbazaar.com>
Mon, 16 Jan 2012 16:23:38 -0500
changeset 344 d5932e03d1ce
parent 343 b8201c1e4f5a
child 345 5c9bb22fb793
child 346 112f474e22b1
child 347 98b380bf6e18
Attempt to follow cross-domain redirects.
playground/playground.js
--- a/playground/playground.js	Mon Jan 16 16:07:10 2012 -0500
+++ b/playground/playground.js	Mon Jan 16 16:23:38 2012 -0500
@@ -189,6 +189,7 @@
          $.ajax({
             url: url,
             dataType: 'json',
+            crossDomain: true,
             success: function(data, textStatus, jqXHR)
             {
                callback(data);