mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Oops. How did that get in there?
git-svn-id: http://svn.automattic.com/wordpress/trunk@3766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
25bf69a118
commit
83f1cbb1d0
@ -3,8 +3,3 @@ addLoadEvent(function() {theList.dimComplete = function(what,id,dimClass) {
|
||||
if ( document.getElementById(what + '-' + id).className.match(dimClass) ) m.innerHTML = parseInt(m.innerHTML,10) + 1;
|
||||
else m.innerHTML = parseInt(m.innerHTML,10) - 1;
|
||||
}});
|
||||
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