src/cm/media/js/client/c_icomments.js
changeset 331 7ddb9fa9c3f2
parent 329 00df963f91fb
child 337 614669e0e313
--- a/src/cm/media/js/client/c_icomments.js	Mon Nov 08 14:00:41 2010 +0100
+++ b/src/cm/media/js/client/c_icomments.js	Mon Nov 08 14:07:02 2010 +0100
@@ -188,7 +188,7 @@
 						nextY = xy[1] ;
 					}
 					
-          if (iComment.commentId == focusCommentId)
+          if (iComment.commentId >= focusCommentId)
   					this._a.push(iComment.setAnimationToPosition([iCommentX, nextY], focusCommentId)) ;
           else
   					this._a.push(iComment.setAnimationToPosition([iCommentX, nextY])) ;