mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
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>"'
This commit is contained in:
3
BTCPayServer/wwwroot/pull-payment-admin/main.js
Normal file
3
BTCPayServer/wwwroot/pull-payment-admin/main.js
Normal file
@@ -0,0 +1,3 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
$('.richtext').summernote(window.summernoteOptions())
|
||||
})
|
||||
Reference in New Issue
Block a user