mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	| @@ -138,12 +138,6 @@ define('forum/topic/posts', [ | ||||
| 			before = repliesSelector.first(); | ||||
| 		} | ||||
|  | ||||
| 		data.title = $('<div></div>').text(ajaxify.data.title).html(); | ||||
| 		data.slug = ajaxify.data.slug; | ||||
| 		data.tags = ajaxify.data.tags; | ||||
| 		data.viewcount = ajaxify.data.viewcount; | ||||
| 		data.isFollowing = ajaxify.data.isFollowing; | ||||
|  | ||||
| 		$(window).trigger('action:posts.loading', {posts: data.posts, after: after, before: before}); | ||||
|  | ||||
| 		app.parseAndTranslate('topic', 'posts', data, function(html) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user