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