Temporary fix for #14637

git-svn-id: http://svn.automattic.com/wordpress/trunk@15506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-08-18 16:58:55 +00:00
parent 27b022bd38
commit 02668b6614

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' } );