You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/21 20:14:04 UTC

[incubator-ponymail-foal] 04/04: regen JS

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

commit fc2f1b419762c7d1102b7067436c80efb1736380
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 21 15:13:48 2021 -0500

    regen JS
---
 webui/js/ponymail.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index a0b89de..e9f4ba1 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -3984,8 +3984,8 @@ function calendar_click(year, month) {
     if (location.href !== newhref) {
         window.history.pushState({}, null, newhref);
     }
-    GET('%sapi/stats.lua?list=%s&domain=%s&d=%u-%u&q=%s'.format(apiURL, current_list, current_domain, year, month, q), renderListView, {
-        to: '%s@%s'.format(current_list, current_domain),
+    GET('%sapi/stats.lua?list=%s&domain=%s&d=%u-%u&q=%s'.format(apiURL, calendar_current_list, calendar_current_domain, year, month, q), renderListView, {
+        to: '%s@%s'.format(calendar_current_list, calendar_current_domain),
         update_calendar: false
     });
 }