|
|
@ -134,6 +134,7 @@ define('forum/topic/posts', [
|
|
|
|
findInsertionPoint();
|
|
|
|
findInsertionPoint();
|
|
|
|
|
|
|
|
|
|
|
|
data.title = $('<div></div>').text(ajaxify.variables.get('topic_name')).html();
|
|
|
|
data.title = $('<div></div>').text(ajaxify.variables.get('topic_name')).html();
|
|
|
|
|
|
|
|
data.slug = ajaxify.variables.get('topic_slug');
|
|
|
|
data.viewcount = ajaxify.variables.get('viewcount');
|
|
|
|
data.viewcount = ajaxify.variables.get('viewcount');
|
|
|
|
|
|
|
|
|
|
|
|
infinitescroll.parseAndTranslate('topic', 'posts', data, function(html) {
|
|
|
|
infinitescroll.parseAndTranslate('topic', 'posts', data, function(html) {
|
|
|
|