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