diff --git a/templates/main.js b/templates/main.js index e90847035..84f38fed0 100644 --- a/templates/main.js +++ b/templates/main.js @@ -336,8 +336,8 @@ function dopost(form) { function citeReply(id, with_link) { var textarea = document.getElementById('body'); - if (!textarea) return false; - + if (!textarea || active_page !== 'thread') return false; + if (document.selection) { // IE textarea.focus();