From eae8f78d82a1cc2d89f5e9d2d4913ea4c40e1839 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 Sep 2014 12:42:59 -0400 Subject: [PATCH] Testing out some CORS stuff on crm-dev. --- server/2015/exhibit_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/2015/exhibit_js.html b/server/2015/exhibit_js.html index 16b4dbb5..1ad71bb3 100644 --- a/server/2015/exhibit_js.html +++ b/server/2015/exhibit_js.html @@ -16,7 +16,7 @@ cj(function() { countryID = "#country-Primary" stateProvinceID = "#state_province-Primary" - callbackURL = "https://crm.fsf.org/civicrm/ajax/jqState" + callbackURL = "https://crm-dev.fsf.org/civicrm/ajax/jqState" cj(countryID).chainSelect(stateProvinceID, callbackURL, null); }); -- 2.25.1