This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 021fa5c  Oops, managed to drop this line
021fa5c is described below

commit 021fa5c61eb3ce71b660f3acfd0ace3d4609b55e
Author: Sebb <[email protected]>
AuthorDate: Mon May 10 23:13:40 2021 +0100

    Oops, managed to drop this line
---
 site/js/dev/ponymail_pagebuilder.js | 1 +
 site/js/ponymail.js                 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/site/js/dev/ponymail_pagebuilder.js 
b/site/js/dev/ponymail_pagebuilder.js
index 3bdcd30..1d6d30b 100644
--- a/site/js/dev/ponymail_pagebuilder.js
+++ b/site/js/dev/ponymail_pagebuilder.js
@@ -37,6 +37,7 @@ function buildCalendar(json) {
     var lastYear  = json.lastYear
     var firstMonth0 = json.firstMonth - 1 // 0-based
     var lastMonth0 = json.lastMonth - 1 // 0-based
+    var monthly_emails = json.monthly_emails
     
     // Build the main calendar (desktop version)
     var dp = document.getElementById('datepicker')
diff --git a/site/js/ponymail.js b/site/js/ponymail.js
index e2f15ec..d814bc2 100644
--- a/site/js/ponymail.js
+++ b/site/js/ponymail.js
@@ -3688,6 +3688,7 @@ function buildCalendar(json) {
     var lastYear  = json.lastYear
     var firstMonth0 = json.firstMonth - 1 // 0-based
     var lastMonth0 = json.lastMonth - 1 // 0-based
+    var monthly_emails = json.monthly_emails
     
     // Build the main calendar (desktop version)
     var dp = document.getElementById('datepicker')

Reply via email to