X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fa47b427173cfffa0080d4612e4e7819d5071a79..0b57d5121c74fe18615499055e2f079c81c89001:/latinsample.js diff --git a/latinsample.js b/latinsample.js index a3ce6db..a120c66 100644 --- a/latinsample.js +++ b/latinsample.js @@ -39,7 +39,7 @@ function appendsample() { else if (cols[28] && i && col == input.charCodeAt(i - 1) - 64) { col = 28; // repetition char } - if (row.id == 'sütterlin' && col == 19) { + if (row.id == 'suetterlin' && col == 19) { var final = input.length == i + 1 || input[i + 1] == ' '; output += cols[col].split(' ')[final ? 1 : 0]; }