This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
Reference in New Issue
Block a user