diff --git a/public/js/commandline.js b/public/js/commandline.js index 3f1f9ed31..5c567e34c 100644 --- a/public/js/commandline.js +++ b/public/js/commandline.js @@ -1042,6 +1042,14 @@ let commandsWordCount = { let commandsQuoteLengthConfig = { title: "Change quote length...", list: [ + { + id: "changeQuoteLengthAll", + display: "all", + exec: () => { + changeQuoteLength(-1); + restartTest(); + }, + }, { id: "changeQuoteLengthShort", display: "short",