mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 14:51:51 +09:00
minor fix
This commit is contained in:
@@ -11,7 +11,7 @@ let states = {"layouttable":{
|
||||
;(function(){
|
||||
let s = "ΑΒΨΔΕΦΓΗΙΞΚΛΜΝΟΠ_ΡΣΤΘΩ_ΧΥΖ"
|
||||
for (let i=0;i<s.length;i++) {
|
||||
if (i != 16 && i != 22) {
|
||||
if (s[i] != '_') {
|
||||
states.layouttable[String.fromCodePoint(i+65)] = String.fromCodePoint(s.codePointAt(i))
|
||||
states.layouttable[String.fromCodePoint(i+97)] = String.fromCodePoint(s.codePointAt(i)+32)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user