mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Oops. How did that get in there?
git-svn-id: https://develop.svn.wordpress.org/trunk@3766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a6090cf4b
commit
b5ea6b11c4
@ -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