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 f7c2bc9 Regen
f7c2bc9 is described below
commit f7c2bc9ea39a61759f9dd79c6ca80794c40cb10b
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 18 00:55:17 2021 +0000
Regen
---
webui/js/ponymail.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index 89c7571..20065ea 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -16,7 +16,7 @@
*/
// THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!!
-const PONYMAIL_REVISION = "89e842a";
+const PONYMAIL_REVISION = "aebb932";
@@ -327,7 +327,6 @@ Array.prototype.remove = function(val) {
/* Check if array has value */
Array.prototype.has = function(val) {
- var i, item, j, len;
for (let item of this) {
if (item === val) {
return true;