This commit is contained in:
Jack 2020-06-15 21:43:16 +01:00
parent 930c3e55dc
commit 2b0ed50100

View file

@ -1038,7 +1038,7 @@ function focusWords() {
}
function changeCustomText() {
customText = prompt("Custom text");
customText = prompt("Custom text").trim();
customText = customText.replace(/[\n\r\t ]/gm, ' ');
customText = customText.replace(/ +/gm, ' ');
// initWords();