sort legacy as last category
This commit is contained in:
		
							parent
							
								
									93fd524b57
								
							
						
					
					
						commit
						3a5891fdfe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -133,12 +133,12 @@ function createCategories(){
 | 
			
		|||
        ret[++i]=item;
 | 
			
		||||
        ns[i]=0;
 | 
			
		||||
      }else{
 | 
			
		||||
        ns[i]++
 | 
			
		||||
        ns[i] += (item === "legacy") ? 0 : 1;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    let map = ret.map((a,i)=>({name:a,value:ns[i]}))
 | 
			
		||||
    
 | 
			
		||||
    return map.sort((a,b)=>(a.name==="legacy"?2:a.value > b.value?-1:a.value < b.value ? 1:0))
 | 
			
		||||
    return map.sort((a,b)=>(:a.value > b.value?-1:a.value < b.value ? 1:0))
 | 
			
		||||
  })();
 | 
			
		||||
  
 | 
			
		||||
  for(let cat of CAT_NAMES){
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue