Commit 597b8a24 by David Ormsbee

Merge pull request #1092 from MITx/bugfix/dave/pearson_compat

IE errors if you try to use 'return' as a dict key.
parents c2c016c5 7ffb30d0
......@@ -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(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment