Revert "Testing out some CORS stuff on crm-dev."
authorDavid Thompson <davet@gnu.org>
Mon, 22 Sep 2014 17:23:31 +0000 (13:23 -0400)
committerDavid Thompson <davet@gnu.org>
Mon, 22 Sep 2014 17:23:31 +0000 (13:23 -0400)
This reverts commit eae8f78d82a1cc2d89f5e9d2d4913ea4c40e1839.

server/2015/exhibit_js.html

index 1ad71bb3ae626643c5b165ef8895eb9dbbc140f5..16b4dbb5f0612bd29b458a3c2f3cc6f5c46f8944 100644 (file)
@@ -16,7 +16,7 @@
          cj(function() {
              countryID = "#country-Primary"
              stateProvinceID = "#state_province-Primary"
-             callbackURL = "https://crm-dev.fsf.org/civicrm/ajax/jqState"
+             callbackURL = "https://crm.fsf.org/civicrm/ajax/jqState"
              cj(countryID).chainSelect(stateProvinceID, callbackURL, null);
          });
 </script>