stricter selector for human readable numbers

This commit is contained in:
Baris Usakli
2013-11-29 14:18:06 -05:00
parent f6d57a241d
commit 1660d75205
4 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ define(function() {
container.append(html);
$('span.timeago').timeago();
app.makeNumbersHumanReadable('#topics-container .human-readable-number');
app.makeNumbersHumanReadable($(html).find('.human-readable-number'));
}
function loadMoreTopics() {