diff --git a/static/js/chat-page.js b/static/js/chat-page.js index f30627e..8080885 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -400,6 +400,7 @@ new Vue({ this.initCss(); $('body').click(function(){ clearFlashTitle(); + window.parent.postMessage({type:"focus"},"*"); $('.faceBox').hide(); }); window.onfocus = function () {