You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/21 20:21:41 UTC

[incubator-ponymail-foal] 01/03: since we check for this, actually set it.

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 <hu...@apache.org>
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);
     }