mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
stricter selector for human readable numbers
This commit is contained in:
@@ -143,7 +143,7 @@ define(function () {
|
||||
container.append(html);
|
||||
|
||||
$('#topics-container span.timeago').timeago();
|
||||
app.makeNumbersHumanReadable('#topics-container .human-readable-number');
|
||||
app.makeNumbersHumanReadable($(html).find('.human-readable-number'));
|
||||
}
|
||||
|
||||
Category.loadMoreTopics = function(cid) {
|
||||
|
||||
Reference in New Issue
Block a user