From defa1c459d640e6dfaf69f0fb93453364c0c60dd Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Thu, 6 Oct 2022 11:12:21 +1100 Subject: [PATCH] feat: do not remove "download blob" message It shifts everything up and can be confusing. --- rln-js/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/rln-js/index.html b/rln-js/index.html index 57ad322..509765d 100644 --- a/rln-js/index.html +++ b/rln-js/index.html @@ -132,9 +132,6 @@ rlnInstance = _rlnInstance statusSpan.innerText = 'WASM Blob download in progress... done!' updateFields() - setTimeout(() => { - statusSpan.innerText = '' - }, 5000) }) const ContentTopic = "/toy-chat/2/luzhou/proto";