Ticket #4038: 4038b.diff
File 4038b.diff, 516 bytes (added by , 17 years ago) |
---|
-
wp-admin/edit-comments.js
27 27 28 28 theCommentList.delComplete = function(what,id) { 29 29 var m = document.getElementById('awaitmod'); 30 what = what.split('-')[0]; 30 31 if ( document.getElementById(what + '-' + id).className.match('unapproved') ) 31 32 m.innerHTML = parseInt(m.innerHTML,10) - 1; 32 33 if ( theExtraCommentList && commentNum ) {