mirror of https://github.com/zlatinb/muwire
fix live updating on trust action
parent
131b2defbb
commit
64f198d599
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue