From 51c3078b90df36364911e6b2b78707ba2a763363 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 22 Oct 2020 12:45:38 +0000 Subject: [PATCH] newline in tor sidebar log --- static-data/www/shared/sidebar/sidebar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static-data/www/shared/sidebar/sidebar.js b/static-data/www/shared/sidebar/sidebar.js index 483d9196..c9093e8f 100644 --- a/static-data/www/shared/sidebar/sidebar.js +++ b/static-data/www/shared/sidebar/sidebar.js @@ -48,6 +48,7 @@ async function showLog(){ logfileOutputEl.innerText += resp.data.replace( /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, '') + logfileOutputEl.innerText += "\n\n" doScroll() }) }