From 2c40487a470f3e57504fce9026e2b902bc11f561 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 19:32:22 +0100 Subject: [PATCH] added all quote length to command line --- public/js/commandline.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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",