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