Fix note display for users that don't have enough rights
This commit is contained in:
parent
7a4f929b36
commit
d083894e9b
6 changed files with 34 additions and 46 deletions
|
|
@ -154,7 +154,8 @@ function reset() {
|
|||
$("#note_list").html("");
|
||||
$("#alias_matched").html("");
|
||||
$("#consos_list").html("");
|
||||
displayNote(null, "");
|
||||
$("#user_note").text("");
|
||||
$("#profile_pic").attr("src", "/media/pic/default.png");
|
||||
refreshHistory();
|
||||
refreshBalance();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue