Van
2019-06-01 18:42:44 +08:00
parent 895d3cfa4c
commit 7332ca1d7e
8 changed files with 1 additions and 49 deletions

File diff suppressed because one or more lines are too long

View File

@@ -108,12 +108,5 @@
</#if>
<#include "footer.ftl">
</div>
<script>
var $commentContents = $(".comments .comment-content");
for (var i = 0; i < $commentContents.length; i++) {
var str = $commentContents[i].innerHTML;
$commentContents[i].innerHTML = Util.replaceEmString(str);
}
</script>
</body>
</html>