mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 12:44:29 +01:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
hljs.initHighlightingOnLoad();
|
|
$(document).ready(function () {
|
|
$(".richtext").summernote(window.summernoteOptions());
|
|
});
|