Fix bug with disappearing toggle control (Fixes #209)

This commit is contained in:
Fedor A. Fetisov 2017-10-03 01:41:57 +03:00
parent 51ad3e70d3
commit 03a2051ad7

View File

@ -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;
};