X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/cf5d941b1a839d049b4f322caebaff605cdd4efc..53885bccd7945b6d1d39baef16290e086ce97027:/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]; }