From 64f198d5999214424f6198f34d71ee7d4136a838 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 9 Dec 2019 09:06:45 +0000 Subject: [PATCH] fix live updating on trust action --- webui/src/main/js/trustLists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)