Temporary fix for #14637

git-svn-id: https://develop.svn.wordpress.org/trunk@15506 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-08-18 16:58:55 +00:00
parent 1a078f252a
commit dff48c8597
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ setCommentsList = function() {
}
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' } );