fix live updating on trust action

pull/34/head
Zlatin Balevsky 2019-12-09 09:06:45 +00:00
parent 131b2defbb
commit 64f198d599
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ function refreshLists() {
document.getElementById("trustLists").innerHTML = html document.getElementById("trustLists").innerHTML = html
if (currentUser != null) if (currentUser != null)
displayUser(currentUser) displayList(currentUser)
} }
} }
xmlhttp.open("GET", "/MuWire/Trust?section=subscriptions", true) xmlhttp.open("GET", "/MuWire/Trust?section=subscriptions", true)