clear the timeline on logout should resolve #44
This commit is contained in:
parent
f8fee791bc
commit
6473657bf8
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ NavigationPane {
|
|||
pnut.authorize()
|
||||
}
|
||||
function logout() {
|
||||
postModel.clear()
|
||||
pnut.logout()
|
||||
}
|
||||
function reload() {
|
||||
|
|
Reference in a new issue