diff --git a/src/mibew/js/source/chat_popup.js b/src/mibew/js/source/chat_popup.js index 3292a859..bc6b1257 100644 --- a/src/mibew/js/source/chat_popup.js +++ b/src/mibew/js/source/chat_popup.js @@ -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; };