Commit 1c988fe0 by Hayato Kamimura

【規約同意】利用規約文の改行

parent 54a6472c
......@@ -8,7 +8,7 @@ agreementToTerms.initAgreement = function(){
$("#agreeTerm").text(I18N.i18nText("agreeTerm"));
$("#disagreeTerm").text(I18N.i18nText("disagreeTerm"));
$("#termsVersion").text(data.termsVersion);
$("#terms").text(data.terms);
$("#terms").html(data.terms.replace(/(\r\n|\n|\r)/g, "<br>"));
};
//遷移先の決定
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment