diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index e9df131..50c851d 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -169,7 +169,7 @@ GOFLY.getNotice=function(){ }else{ _this.chatPageTitle="
"; setTimeout(function(){ - var userInfo=" "+res.result.username+"" + var userInfo=" "+res.result.username+"" $('.launchButtonText').html(userInfo); },3000); }