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
commit d3a6bbf07fcb85e2166c627dec4d018bcdda5fc2 Author: Sebb <[email protected]> AuthorDate: Tue Nov 23 16:42:43 2021 +0000 Regen --- webui/js/ponymail.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js index c432853..de51e17 100644 --- a/webui/js/ponymail.js +++ b/webui/js/ponymail.js @@ -16,7 +16,7 @@ */ // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT THE source/ FILES! -const PONYMAIL_REVISION = "d67caa9"; +const PONYMAIL_REVISION = "7ec8504"; @@ -2295,11 +2295,6 @@ function listview_header(state, json) { } } - let tm = document.getElementById('threaded_mobile_img'); - if (tm) { - if (G_current_listmode == 'threaded') tm.setAttribute("src", "images/threading_enabled.png"); - else tm.setAttribute("src", "images/threading_disabled.png"); - } } function listview_list_lists(state, json) {
