diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 1222562..5be4078 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -358,11 +358,7 @@ new Vue({ if(i==0){ _this.alertSound(); } - var redata={ - type:"message", - data:content - } - window.parent.postMessage(redata,"*"); + i++; },4000); }