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

View File

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