From 4c0fabe53d4f924e62753415ac3965deb82cf54c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 3 Nov 2014 20:43:57 -0500 Subject: [PATCH] server/2015/volunteer_js.html: change the checkUserParams parameters (testing). --- server/2015/volunteer_js.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/2015/volunteer_js.html b/server/2015/volunteer_js.html index f079743d..86dc785c 100644 --- a/server/2015/volunteer_js.html +++ b/server/2015/volunteer_js.html @@ -84,7 +84,8 @@ cj("#checkavailability").click(function() { cms_name: cj("#cms_name").val(), ts: "1414100302", sig: "tnbf_fbeb8efc46bb22a55e83915c69ecba92", - for: 'civicrm/ajax/cmsuser' + for: 'https://crm.fsf.org/civicrm/ajax/cmsuser' + }; cj.post(contactUrl, checkUserParams ,function(data) { if ( data.name == "no") {/*if username not avaiable*/ -- 2.25.1