X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/73c30a3b33f7bcddf85b7a44216b8caed7e1cd29..480c2b91c1be148eb3f8cc801a40a394dcdec907:/latinsample.js diff --git a/latinsample.js b/latinsample.js index 3ef69a4..a3ce6db 100644 --- a/latinsample.js +++ b/latinsample.js @@ -55,7 +55,7 @@ function appendsample() { } if (cols[29] && !cols[28]) { // circumfix sign if no repetition - output = cols[29] + output + cols[29]; + output = cols[29] + output + (cols[30] || cols[29]); } samplecol.innerHTML = output; }