replace api

This commit is contained in:
shalousun 2021-11-18 23:44:18 +08:00
parent d82ed6744e
commit d996715bcd
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -115,7 +115,7 @@
}
};
new Accordion($('#accordion'), false);
hljs.initHighlightingOnLoad()
hljs.highlightAll()
});
</script>
</body>

View File

@ -118,7 +118,7 @@
}
};
new Accordion($('#accordion'), false);
hljs.initHighlightingOnLoad()
hljs.highlightAll()
});
</script>
</body>

View File

@ -266,7 +266,7 @@
}
};
new Accordion($('#accordion'), false);
hljs.initHighlightingOnLoad()
hljs.highlightAll()
});
</script>
</body>

View File

@ -15,7 +15,7 @@ $(function () {
}
};
new Accordion($('#accordion'), false);
hljs.initHighlightingOnLoad();
hljs.highlightAll();
});
$("[contenteditable=plaintext-only]").on('blur', function (e) {