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 7cf064f2a1ac050812e0ac9277d7a254642c8c34 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 21 18:59:12 2021 -0500 remove regression --- webui/js/source/listview-header.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/js/source/listview-header.js b/webui/js/source/listview-header.js index 6b5c17a..f9131fb 100644 --- a/webui/js/source/listview-header.js +++ b/webui/js/source/listview-header.js @@ -230,7 +230,6 @@ function listview_list_lists(state, json) { class: 'search' }, "Search: %s".format(state.query)); li.setAttribute("data-url", state.url); - li.setAttribute("data-list", "%s@%s".format(current_list, current_domain)); li.setAttribute("data-href", location.href); lists.inject(li); }
