From 14b42e95c161e65df8350d941a404dc3be16924c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 Sep 2014 13:23:31 -0400 Subject: [PATCH] Revert "Testing out some CORS stuff on crm-dev." This reverts commit eae8f78d82a1cc2d89f5e9d2d4913ea4c40e1839. --- 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 1ad71bb3..16b4dbb5 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-dev.fsf.org/civicrm/ajax/jqState" + callbackURL = "https://crm.fsf.org/civicrm/ajax/jqState" cj(countryID).chainSelect(stateProvinceID, callbackURL, null); }); -- 2.25.1