mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Clear error after connecting.
This commit is contained in:
parent
eed3d2aff7
commit
087f804100
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ function setConnected(connected) {
|
|||
let userform = document.getElementById('userform');
|
||||
let diconnect = document.getElementById('disconnectbutton');
|
||||
if(connected) {
|
||||
clearError();
|
||||
statspan.textContent = 'Connected';
|
||||
statspan.classList.remove('disconnected');
|
||||
statspan.classList.add('connected');
|
||||
|
|
Loading…
Reference in a new issue