Kai: Thanks. But in qa-page.js I just have these:
qa_ajax_post('vote', {postid:postid, vote:vote, code:code},
qa_ajax_post('notice', {noticeid:ens[1], code:code},
qa_ajax_post('favorite', {entitytype:ens[1], entityid:ens[2], favorite:parseInt(ens[3]), code:code},
function qa_ajax_post(operation, params, callback)
There isn't qa_ajax_post('answer', params,
could you please help me?