mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-27 10:54:50 +01:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
$(document).ready(function() {
|
|
|
|
$(".richtext").summernote({
|
|
minHeight: 300
|
|
});
|
|
});
|