Fixed bug with letters to numbers
This commit is contained in:
		@@ -26,6 +26,7 @@ module.exports =  {
 | 
			
		||||
      }
 | 
			
		||||
    })
 | 
			
		||||
    .map((num)=>(num + offset))
 | 
			
		||||
    .map((num)=>(((num%26)+26)%26))
 | 
			
		||||
    .join(",");
 | 
			
		||||
  },
 | 
			
		||||
  pageBlock: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user