From 9fecd807c8f86b98226a3ec226c570425d19f18e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 3 Nov 2014 23:01:08 -0500 Subject: [PATCH] modified server/staging/lp15/volunteer_js.html: changed the 'ts' and 'sig' values for the checkUserParams. --- server/staging/lp15/volunteer_js.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/staging/lp15/volunteer_js.html b/server/staging/lp15/volunteer_js.html index c29365a7..c4afc521 100644 --- a/server/staging/lp15/volunteer_js.html +++ b/server/staging/lp15/volunteer_js.html @@ -81,8 +81,10 @@ cj("#checkavailability").click(function() { var checkUserParams = { cms_name: cj("#cms_name").val(), - ts: "1414100302", - sig: "tnbf_fbeb8efc46bb22a55e83915c69ecba92", + // ts: "1414100302", + // sig: "tnbf_fbeb8efc46bb22a55e83915c69ecba92", + ts: "1415070339", + sig: "6gxM_9c5540829578f8b700f422466a869d91", for: 'civicrm/ajax/cmsuser' }; -- 2.25.1