projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca13deb
)
Testing out some CORS stuff on crm-dev.
author
David Thompson
<davet@gnu.org>
Mon, 22 Sep 2014 16:42:59 +0000
(12:42 -0400)
committer
David Thompson
<davet@gnu.org>
Mon, 22 Sep 2014 16:42:59 +0000
(12:42 -0400)
server/2015/exhibit_js.html
patch
|
blob
|
blame
|
history
diff --git
a/server/2015/exhibit_js.html
b/server/2015/exhibit_js.html
index 16b4dbb5f0612bd29b458a3c2f3cc6f5c46f8944..1ad71bb3ae626643c5b165ef8895eb9dbbc140f5 100644
(file)
--- 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);
});
</script>