Commit 7ffb30d0 by David Ormsbee

IE errors if you try to use 'return' as a dict key.

parent c2c016c5
......@@ -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