Van
2019-02-21 21:46:33 +08:00
parent 3a5132b6ba
commit fbba7dd293
194 changed files with 2365 additions and 7692 deletions

View File

@@ -60,7 +60,7 @@
${comment.commentDate?string("yy-MM-dd HH:mm")}   
</div>
</div>
<div class="article-body">${comment.commentContent}</div>
<div class="content-reset">${comment.commentContent}</div>
</div>
</div>
</#if>
@@ -206,7 +206,7 @@
<span id="goTop" onclick="Util.goTop()" data-ico="&#xe042;" class="side-tile"></span>
<#include "footer.ftl"/>
<script>
$("#comments .article-body").each(function () {
$("#comments .content-reset").each(function () {
this.innerHTML = Util.replaceEmString($(this).html());
});