This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new a8223fa declare
a8223fa is described below
commit a8223fad714c239b8cbd162c02eced29e6ea184d
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Nov 17 18:59:21 2021 +0100
declare
---
webui/js/source/base-http-extensions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/js/source/base-http-extensions.js
b/webui/js/source/base-http-extensions.js
index 10ecaff..6cc8029 100644
--- a/webui/js/source/base-http-extensions.js
+++ b/webui/js/source/base-http-extensions.js
@@ -40,7 +40,7 @@ async function escrow_check() {
id: 'spinner',
class: 'spinner'
});
- spinwheel = new HTML('div', {
+ let spinwheel = new HTML('div', {
id: 'spinwheel',
class: 'spinwheel'
});