mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Discard permissions when disconnecting.
This commit is contained in:
parent
d46014242d
commit
5c40b95e9a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ function setConnected(connected) {
|
|||
userform.classList.add('userform');
|
||||
userform.classList.remove('userform-invisible');
|
||||
disconnectbutton.classList.add('disconnect-invisible');
|
||||
permissions={};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue