mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-28 19:52:53 +00:00
Add file. fixes #2677
git-svn-id: https://develop.svn.wordpress.org/trunk@3736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f39f5d6e63
commit
0b402ca120
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