diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 9a11aff..a7485c7 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -119,8 +119,7 @@ GOFLY.getNotice=function(){ if(typeof content.content =="undefined"){ return; } - content.content = replaceContent(content.content); - var welcomeHtml="
"+res.result.username+"
"; + var welcomeHtml="
"+res.result.username+"
"; welcomeHtml+="
"+replaceContent(content.content,_this.GOFLY_URL)+"
"; $("#launchButtonNotice").html(welcomeHtml).show(); i++;