mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-01 17:36:45 +02:00
Add file. fixes #2677
git-svn-id: http://svn.automattic.com/wordpress/trunk@3736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c8ce057570
commit
85f5f5229f
5
wp-admin/edit-comments.js
Normal file
5
wp-admin/edit-comments.js
Normal file
@ -0,0 +1,5 @@
|
||||
addLoadEvent(function() {theList.dimComplete = function(what,id,dimClass) {
|
||||
var m = document.getElementById('awaitmod');
|
||||
if ( document.getElementById(what + '-' + id).className.match(dimClass) ) m.innerHTML = parseInt(m.innerHTML,10) + 1;
|
||||
else m.innerHTML = parseInt(m.innerHTML,10) - 1;
|
||||
}});
|
Loading…
Reference in New Issue
Block a user