From: David Thompson Date: Mon, 22 Sep 2014 17:23:31 +0000 (-0400) Subject: Revert "Testing out some CORS stuff on crm-dev." X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=14b42e95c161e65df8350d941a404dc3be16924c;p=libreplanet-static.git Revert "Testing out some CORS stuff on crm-dev." This reverts commit eae8f78d82a1cc2d89f5e9d2d4913ea4c40e1839. --- 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); });