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 d8c596f372dd96832072f67f0bdf0c7a374a6c21
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 18:50:01 2021 +0100

    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 42a0e00..b4f8fbd 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 = "80677b9";
+const PONYMAIL_REVISION = "fe71caf";
 
 
 
@@ -2525,7 +2525,7 @@ function switch_list(list, from) {
 
 window.addEventListener('orientationchange', function() {
     window.setTimeout(function() {
-        if (anyOpen() == false && location.href.match(/\/list(\.html)?/)) {
+        if (anyOpen() == false && location.href.match(/\/list(\.html)?/) && 
location.search.length) {
             listview_header(prev_listview_state, prev_listview_json);
         }
     }, 100);

Reply via email to