mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
hljs.initHighlightingOnLoad();
|
|
$(document).ready(function () {
|
|
$(".richtext").summernote(window.summernoteOptions || {});
|
|
});
|