mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
* Add ability to add description to pull payment close #2625 * Add API support * Remove 'Model.Description != "<br>"'
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
document.addEventListener('DOMContentLoaded', () => {
|
|
$('.richtext').summernote(window.summernoteOptions())
|
|
})
|