Temporary fix for #14637
git-svn-id: https://develop.svn.wordpress.org/trunk@15506 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1a078f252a
commit
dff48c8597
|
@ -209,7 +209,7 @@ setCommentsList = function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
theList.get(0).wpList.add( theExtraList.children(':eq(0)').remove().clone() );
|
theList.get(0).wpList.add( theExtraList.children(':eq(0)').remove().clone() );
|
||||||
$('#get-extra-comments').submit();
|
// $('#get-extra-comments').submit(); See http://core.trac.wordpress.org/ticket/14637
|
||||||
};
|
};
|
||||||
|
|
||||||
theExtraList = $('#the-extra-comment-list').wpList( { alt: '', delColor: 'none', addColor: 'none' } );
|
theExtraList = $('#the-extra-comment-list').wpList( { alt: '', delColor: 'none', addColor: 'none' } );
|
||||||
|
|
Loading…
Reference in New Issue