From cdb9aebfb262ca3065488cb8e05a4206dd21cb7c Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 29 Mar 2021 17:30:23 +0800 Subject: [PATCH] =?UTF-8?q?js=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 3 --- 1 file changed, 3 deletions(-) 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="
";