From 83f1cbb1d07d6c6e71f8bb3763d6c5ba1f42d2f8 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 6 May 2006 04:43:59 +0000 Subject: [PATCH] Oops. How did that get in there? git-svn-id: http://svn.automattic.com/wordpress/trunk@3766 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wp-admin/edit-comments.js b/wp-admin/edit-comments.js index 747ae42e3..193dd48c2 100644 --- a/wp-admin/edit-comments.js +++ b/wp-admin/edit-comments.js @@ -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; -}});