[Adium-commits] xtras/mathuaerknedam 12:49790d8eb14a: Simplify a bit

adium-commits at adiumx.com adium-commits at adiumx.com
Fri Apr 24 21:30:01 UTC 2009


details:	http://hg.adiumx.com/xtras/mathuaerknedam/rev/49790d8eb14a
revision:	12:49790d8eb14a
author:		David Smith <catfish.man at gmail.com>
date:		Thu Apr 23 13:08:04 2009 -0700

Simplify a bit

diffstat:

 SO3e.AdiumMessageStyle/Contents/Resources/Footer.html |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 0b0425c11393 -r 49790d8eb14a SO3e.AdiumMessageStyle/Contents/Resources/Footer.html
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Footer.html	Thu Apr 23 15:05:20 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Footer.html	Thu Apr 23 13:08:04 2009 -0700
@@ -16,10 +16,8 @@
 	}
 	var elms = document.getElementsByClassName(senderName);
 	var len = elms.length;
-	var elm = null;
 	for(var i = 0; i < len; i++) { 
-		elm = elms[i];
-		elm.className += ' t-hover';
+		elms[i].className += ' t-hover';
 	} 
 }
 function deselectAll() {




More information about the commits mailing list