v1.18.x
Baris Soner Usakli 11 years ago
parent 14744a854f
commit fbb4998999

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

@ -456,9 +456,10 @@ var async = require('async'),
}
function sendUnreadTopics(topicIds) {
Topics.getTopicsByTids(topicIds, uid, function(topicData) {
unreadTopics.topics = topicData;
unreadTopics.nextStart = start + topicIds.length;
unreadTopics.nextStart = stop + 1;
if (!topicData || topicData.length === 0) {
unreadTopics.no_topics_message = 'show';
}

Loading…
Cancel
Save