Merge pull request #1092 from MITx/bugfix/dave/pearson_compat
IE errors if you try to use 'return' as a dict key.
This commit is contained in:
@@ -14,7 +14,7 @@ function sendlog(element_id, edit_link, staff_context){
|
||||
location: staff_context.location,
|
||||
category : staff_context.category,
|
||||
'username' : staff_context.user.username,
|
||||
return : 'query',
|
||||
'return' : 'query',
|
||||
format : 'html',
|
||||
email : staff_context.user.email,
|
||||
tag:$('#' + element_id + '_xqa_tag').val(),
|
||||
|
||||
Reference in New Issue
Block a user