src/cm/media/js/client/c_sync.js
changeset 339 0508284129cf
parent 337 614669e0e313
child 341 053551f213fb
--- a/src/cm/media/js/client/c_sync.js	Mon Nov 29 12:09:14 2010 +0100
+++ b/src/cm/media/js/client/c_sync.js	Mon Nov 29 14:12:38 2010 +0100
@@ -397,7 +397,7 @@
 			
 			this._showComments([topComment.id], topY, false) ;
 			// optim when browsing comments with no reply			
-			if (topComment.replies.length > 0)
+			if (topComment.replies.length > 0 || reply)
 				this._animateToAndFocus(topY, focusComment.id, reply) ;
 		}
 	},