mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Fix bug with disappearing toggle control (Fixes #209)
This commit is contained in:
parent
51ad3e70d3
commit
03a2051ad7
@ -416,6 +416,7 @@ var Mibew = Mibew || {};
|
||||
}
|
||||
|
||||
this.iframe.style.display = 'block';
|
||||
this.toggleDiv.style.display = 'block';
|
||||
this.iframe.src = url || this.buildChatUrl();
|
||||
this.isOpened = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user