diff --git a/webui/src/main/js/trustLists.js b/webui/src/main/js/trustLists.js index 51171909..0018c465 100644 --- a/webui/src/main/js/trustLists.js +++ b/webui/src/main/js/trustLists.js @@ -164,7 +164,7 @@ function refreshLists() { document.getElementById("trustLists").innerHTML = html if (currentUser != null) - displayUser(currentUser) + displayList(currentUser) } } xmlhttp.open("GET", "/MuWire/Trust?section=subscriptions", true)