NIHVIVO-2854 InternetExplorer interprets "function" as a reserved word. Changed to "action".

This commit is contained in:
j2blake 2011-07-08 19:47:57 +00:00
parent 1dcbe8491f
commit 94ae938900
2 changed files with 4 additions and 4 deletions

View file

@ -92,7 +92,7 @@ var associateProfileFields = {
url: associateProfileFields.ajaxUrl,
dataType: 'json',
data: {
function: "autoCompleteProfile",
action: "autoCompleteProfile",
term: request.term,
externalAuthId: associateProfileFields.externalAuthIdField.val()
},
@ -115,7 +115,7 @@ var associateProfileFields = {
url: associateProfileFields.ajaxUrl,
dataType: "json",
data: {
function: "checkExternalAuth",
action: "checkExternalAuth",
userAccountUri: associateProfileFields.userUri,
externalAuthId: associateProfileFields.externalAuthIdField.val()
},