fix live updating on trust action

This commit is contained in:
Zlatin Balevsky
2019-12-09 09:06:45 +00:00
parent 131b2defbb
commit 64f198d599

View File

@@ -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)