From b3ab45c1a6565b74a5393b7f02dd135fa141c047 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 30 Oct 2015 00:21:42 -0400 Subject: [PATCH] small optimization for usercards --- lib/persona.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/persona.js b/lib/persona.js index 2b8cec7..c0071b8 100644 --- a/lib/persona.js +++ b/lib/persona.js @@ -214,7 +214,7 @@ $(document).ready(function() { } } - utils.makeNumbersHumanReadable($('.human-readable-number')); + utils.makeNumbersHumanReadable(card.find('.human-readable-number')); card.on('mouseleave', function() { card.fadeOut(function() {