added translation method to recent's infinite loader

This commit is contained in:
psychobunny
2013-12-07 16:21:12 -05:00
parent ceac8e2dc9
commit 6c9e28232f
2 changed files with 10 additions and 9 deletions

View File

@@ -71,7 +71,6 @@ define(function() {
});
function onTopicsLoaded(topics) {
var html = templates.prepare(templates['unread'].blocks['topics']).parse({
topics: topics
});