Fix QE and Reply actions on comments that come in via infinite comment stream

git-svn-id: https://develop.svn.wordpress.org/trunk@9868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-25 02:41:54 +00:00
parent 3913ff435e
commit 85128c9da6
4 changed files with 5 additions and 8 deletions
-3
View File
@@ -81,9 +81,6 @@ $(document).ready(function(){
commentReply = {
init : function() {
this.rows = $('#the-comment-list tr');
if ( !this.rows.size() )
this.rows = $('#the-comment-list > div.comment-item');
var row = $('#replyrow');
$('a.cancel', row).click(function() { return commentReply.revert(); });