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 0add9dc  hits_per_page: unused
0add9dc is described below

commit 0add9dcb20bc6cbdebe24daf5fcb474ea49c2112
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 28 19:02:20 2021 +0100

    hits_per_page: unused
---
 webui/js/ponymail.js    | 1 -
 webui/js/source/init.js | 1 -
 2 files changed, 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index 43613ce..2b01992 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -1622,7 +1622,6 @@ function showCalendarPicker(parent, seedDate) {
 var ponymail_version = "1.0.1-Foal" // Current version of Pony Mail
 var ponymail_name = "Pony Mail" // name of archive (set to "Foo's mail 
archive" or whatever)
 
-var hits_per_page = 10;
 var apiURL = ''; // external API URL. Usually left blank.
 
 // Stuff regarding what we're doing right now
diff --git a/webui/js/source/init.js b/webui/js/source/init.js
index a521c3f..d848b87 100644
--- a/webui/js/source/init.js
+++ b/webui/js/source/init.js
@@ -18,7 +18,6 @@
 var ponymail_version = "1.0.1-Foal" // Current version of Pony Mail
 var ponymail_name = "Pony Mail" // name of archive (set to "Foo's mail 
archive" or whatever)
 
-var hits_per_page = 10;
 var apiURL = ''; // external API URL. Usually left blank.
 
 // Stuff regarding what we're doing right now

Reply via email to