btcpayserver/BTCPayServer/wwwroot/pull-payment-admin/main.js
Umar Bolatov f06199230c
Add ability to add description to pull payment (#3363)
* Add ability to add description to pull payment

close #2625

* Add API support

* Remove 'Model.Description != "<br>"'
2022-02-10 14:54:00 +09:00

3 lines
115 B
JavaScript

document.addEventListener('DOMContentLoaded', () => {
$('.richtext').summernote(window.summernoteOptions())
})