NIHVIVO-2854 InternetExplorer interprets "function" as a reserved word. Changed to "action".
This commit is contained in:
parent
1dcbe8491f
commit
94ae938900
2 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue