mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
3338dcac1c
* UPdate summernote with Bootstrap 5 integration * Unify summernote options
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
hljs.initHighlightingOnLoad();
|
|
$(document).ready(function () {
|
|
$(".richtext").summernote(window.summernoteOptions || {});
|
|
});
|