mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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(); });
|
||||
|
||||
Reference in New Issue
Block a user