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 8af4cb9 declare var
8af4cb9 is described below
commit 8af4cb9f12805d96a4423cb2a76e35000a97ce58
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Nov 17 19:05:56 2021 +0100
declare var
---
webui/js/source/sidebar-calendar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/js/source/sidebar-calendar.js
b/webui/js/source/sidebar-calendar.js
index fa6c8e2..ec9598a 100644
--- a/webui/js/source/sidebar-calendar.js
+++ b/webui/js/source/sidebar-calendar.js
@@ -166,7 +166,7 @@ function calendar_scroll(me, x) {
function calendar_click(year, month) {
current_year = year;
current_month = month;
- searching = false;
+ let searching = false;
let q = "";
let calendar_current_list = current_list;
let calendar_current_domain = current_domain;