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 9cbcbfa143853da59e189ff670a8ce6ddd584924 Author: Daniel Gruno <[email protected]> AuthorDate: Sun Nov 21 18:47:47 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 bc4bfb7..42a0e00 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 = "786ebf0"; +const PONYMAIL_REVISION = "80677b9"; @@ -2525,7 +2525,7 @@ function switch_list(list, from) { window.addEventListener('orientationchange', function() { window.setTimeout(function() { - if (anyOpen() == false) { + if (anyOpen() == false && location.href.match(/\/list(\.html)?/)) { listview_header(prev_listview_state, prev_listview_json); } }, 100);
