This commit is contained in:
Van
2019-01-30 13:42:13 +08:00
parent 91f7a9f828
commit 7feb3f0b00
6 changed files with 73 additions and 10 deletions

View File

@@ -114,7 +114,7 @@
var commentFormHTML = '<table class=\'form comments__reply comments__content\' id=\'replyForm\'>'
page.addReplyForm(id, commentFormHTML)
};
(function () {
$(document).ready(function () {
page.load({
language: {
theme: 'tomorrow-night-eighties'
@@ -123,6 +123,7 @@
// emotions
page.replaceCommentsEm('#comments .content-reset')
<#nested>
})()
Skin.initToc()
})
</script>
</#macro>