www/adium.im 585:f9e7349308e1: Oops!

commits at adium.im commits at adium.im
Tue Feb 21 20:16:38 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/f9e7349308e1
revision:	585:f9e7349308e1
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Tue Feb 21 20:16:32 2012 +0000

Oops!

diffs (12 lines):

diff -r dd6c1cafb02a -r f9e7349308e1 assets/scripts/home.js
--- a/assets/scripts/home.js	Tue Feb 21 20:02:59 2012 +0000
+++ b/assets/scripts/home.js	Tue Feb 21 20:16:32 2012 +0000
@@ -23,7 +23,7 @@
 		
 		// Realign pointer
 		if ($alignPointer == true) 
-			$('#pointer').css('margin-left', -+ ($tooltip.outerWidth() / 2 -+ $(this).contents().width() + 9));
+			$('#tooltip-pointer').css('margin-left', -+ ($tooltip.outerWidth() / 2 -+ $(this).contents().width() + 9));
 		
 		$(this).removeAttr('title').data('tooltip', $tooltip);
 




More information about the commits mailing list