mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	refactor: removed 3 lines
This commit is contained in:
		| @@ -67,11 +67,7 @@ define('forum/topic/diffs', ['api', 'bootbox', 'forum/topic/images'], function ( | |||||||
| 				if (modalExists) { | 				if (modalExists) { | ||||||
| 					modal.find('.modal-body').html(html); | 					modal.find('.modal-body').html(html); | ||||||
| 				} else { | 				} else { | ||||||
| 					modal = bootbox.dialog({ | 					modal = bootbox.dialog({ title: '[[topic:diffs.title]]', message: html, size: 'large' }); | ||||||
| 						title: '[[topic:diffs.title]]', |  | ||||||
| 						message: html, |  | ||||||
| 						size: 'large', |  | ||||||
| 					}); |  | ||||||
| 				} | 				} | ||||||
|  |  | ||||||
| 				if (!data.timestamps.length) { | 				if (!data.timestamps.length) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user