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:
4c0fabe
)
server/2015/volunteer_js.html: changed `ts' & 'sig' in checkUserParams (testing).
author
rsiddharth
<rsd@gnu.org>
Tue, 4 Nov 2014 01:49:14 +0000
(20:49 -0500)
committer
rsiddharth
<rsd@gnu.org>
Tue, 4 Nov 2014 01:49:14 +0000
(20:49 -0500)
server/2015/volunteer_js.html
patch
|
blob
|
blame
|
history
diff --git
a/server/2015/volunteer_js.html
b/server/2015/volunteer_js.html
index 86dc785c8680a3a0444bcc2c87c6eeb4f6dee5e6..a73cb9e8cee8ec437517c614c8a4bc929811105f 100644
(file)
--- 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) {