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 73a89f210470d9dc877440b3ce136e0b8bd3ee56
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Sep 21 15:21:08 2021 -0500

    since we check for this, actually set it.
---
 webui/js/source/listview-header.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webui/js/source/listview-header.js 
b/webui/js/source/listview-header.js
index f9131fb..6b5c17a 100644
--- a/webui/js/source/listview-header.js
+++ b/webui/js/source/listview-header.js
@@ -230,6 +230,7 @@ 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);
     }

Reply via email to