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-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 5dadd7a Unused
5dadd7a is described below
commit 5dadd7a45b7568600588a35ffd673253e884fcc9
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 16 23:25:46 2021 +0000
Unused
---
webui/js/ponymail.js | 1 -
webui/js/source/primer.js | 1 -
2 files changed, 2 deletions(-)
diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index 6a039e3..945de1f 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -3370,7 +3370,6 @@ function parseURL(state) {
let list = bits[0];
let month = bits[1];
let query = bits[2];
- let list_array = null;
state = state || {};
current_query = query || "";
current_month = 0;
diff --git a/webui/js/source/primer.js b/webui/js/source/primer.js
index ae7da97..e34fe1e 100644
--- a/webui/js/source/primer.js
+++ b/webui/js/source/primer.js
@@ -87,7 +87,6 @@ function parseURL(state) {
let list = bits[0];
let month = bits[1];
let query = bits[2];
- let list_array = null;
state = state || {};
current_query = query || "";
current_month = 0;