diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 05939aa..96507be 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -162,9 +162,6 @@ GOFLY.dynamicLoadJs=function(url, callback){ GOFLY.getNotice=function(){ var _this=this; - if(!_this.GOFLY_AUTO_OPEN){ - return; - } $.get(this.GOFLY_URL+"/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) { if(res.result.status=='offline'){ _this.chatPageTitle="
";