diff -r 0508284129cf -r 9e2b9e568e42 src/cm/media/js/site/c_text_view_comments.js --- a/src/cm/media/js/site/c_text_view_comments.js Mon Nov 29 14:12:38 2010 +0100 +++ b/src/cm/media/js/site/c_text_view_comments.js Mon Nov 29 15:05:21 2010 +0100 @@ -293,7 +293,7 @@ var topParentComment = path[path.length - 1] ; var focusComment = gDb.getCommentByIdKey(id_key); // if comment_op=reply, show reply form - if ("comment_op" in gGETValues) { + if ("comment_op" in gGETValues && gGETValues["comment_op"] == 'reply') { gSync.showFocusSingleComment(topParentComment, focusComment, true) ; } else {