|
|
@ -1110,6 +1110,7 @@ define(['composer'], function(composer) {
|
|
|
|
infiniteLoaderActive = false;
|
|
|
|
infiniteLoaderActive = false;
|
|
|
|
|
|
|
|
|
|
|
|
app.populateOnlineUsers();
|
|
|
|
app.populateOnlineUsers();
|
|
|
|
|
|
|
|
app.createUserTooltips();
|
|
|
|
app.addCommasToNumbers();
|
|
|
|
app.addCommasToNumbers();
|
|
|
|
$('span.timeago').timeago();
|
|
|
|
$('span.timeago').timeago();
|
|
|
|
$('.post-content img').addClass('img-responsive');
|
|
|
|
$('.post-content img').addClass('img-responsive');
|
|
|
@ -1139,7 +1140,7 @@ define(['composer'], function(composer) {
|
|
|
|
$('#topic-post-count').html(Topic.postCount);
|
|
|
|
$('#topic-post-count').html(Topic.postCount);
|
|
|
|
updateHeader();
|
|
|
|
updateHeader();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function loadMorePosts(tid, callback) {
|
|
|
|
function loadMorePosts(tid, callback) {
|
|
|
|