Add file. fixes #2677

git-svn-id: https://develop.svn.wordpress.org/trunk@3736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-21 08:17:05 +00:00
parent f39f5d6e63
commit 0b402ca120
1 changed files with 5 additions and 0 deletions

View 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;
}});