From: rsiddharth Date: Tue, 4 Nov 2014 01:49:14 +0000 (-0500) Subject: server/2015/volunteer_js.html: changed `ts' & 'sig' in checkUserParams (testing). X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9459e43d21a991169bba88fd81f0da218dfecf7b;p=libreplanet-static.git server/2015/volunteer_js.html: changed `ts' & 'sig' in checkUserParams (testing). --- diff --git a/server/2015/volunteer_js.html b/server/2015/volunteer_js.html index 86dc785c..a73cb9e8 100644 --- a/server/2015/volunteer_js.html +++ b/server/2015/volunteer_js.html @@ -82,9 +82,11 @@ cj("#checkavailability").click(function() { var checkUserParams = { cms_name: cj("#cms_name").val(), - ts: "1414100302", - sig: "tnbf_fbeb8efc46bb22a55e83915c69ecba92", - for: 'https://crm.fsf.org/civicrm/ajax/cmsuser' + //ts: "1414100302", + //sig: "tnbf_fbeb8efc46bb22a55e83915c69ecba92", + ts: "1415065716", + sig: "hpEN_33f2221e9787becdc82d026f78cfa1ca", + for: 'civicrm/ajax/cmsuser' }; cj.post(contactUrl, checkUserParams ,function(data) {