src/cm/media/js/site/c_text_view_comments.js
changeset 340 9e2b9e568e42
parent 337 614669e0e313
child 341 053551f213fb
--- 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 {