mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	remove IS topics on category
ability to specify a container for IS, instead of always assuming $(document)
This commit is contained in:
		@@ -124,9 +124,9 @@ define('forum/topic/posts', [
 | 
			
		||||
 | 
			
		||||
		var after, before;
 | 
			
		||||
 | 
			
		||||
		if (direction === 1 && repliesSelector.length) {
 | 
			
		||||
		if (direction > 0 && repliesSelector.length) {
 | 
			
		||||
			after = repliesSelector.last();
 | 
			
		||||
		} else if (direction === -1 && repliesSelector.length) {
 | 
			
		||||
		} else if (direction < 0 && repliesSelector.length) {
 | 
			
		||||
			before = repliesSelector.first();
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user