mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 11:20:09 +00:00 
			
		
		
		
	fixed a bug in marks.js, now everything uses imageOrderCmp for sorting...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									3f65740c71
								
							
						
					
					
						commit
						5cb2ebcfa2
					
				| @ -17,7 +17,7 @@ | ||||
| // 		not exist, as there is no way to distinguish between the two 
 | ||||
| // 		situations the cleanup is optional...
 | ||||
| function loadMarkedOnlyData(cmp, no_cleanout_marks){ | ||||
| 	cmp = cmp == null ? imageDateCmp : cmp | ||||
| 	cmp = cmp == null ? imageOrderCmp : cmp | ||||
| 	var cur = DATA.current | ||||
| 	var marked = MARKED.slice().sort(cmp) | ||||
| 	// this will ignore any gid in marks that is not in IMAGES...
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user