Thanks yet again pupi1985
So... If I replace lines 108-114 in my qa-page-messages.php with...
'style' => 'light',
'buttons' => array(
'reply' => array(
'tags' => 'onclick="window.location.href=\''.qa_path_html('message/'.$replyHandle).'\';return false"',
'label' => qa_lang_html('question/reply_button'),
),
'delete' => array(
Then resave/upload... That should fix the issue?
I also use chrome browser but will test under IE11 too if you confirm this for me.