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

This commit is contained in:
David Ormsbee
2012-11-30 18:22:37 -05:00
parent c2c016c58b
commit 7ffb30d0c9

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