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:
David Ormsbee
2012-12-01 07:00:48 -08:00

View File

@@ -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(),