mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
* Copy to clipboard fix * Improve invoice status change wording and JS * Re-add ability to delete apps Now that the list view is gone, we need to move this option to the edit view * Clean up app and payment request bundles * Fix for invoice status change when dismissed
3 lines
116 B
JavaScript
3 lines
116 B
JavaScript
document.addEventListener('DOMContentLoaded', () => {
|
|
$('.richtext').summernote(window.summernoteOptions())
|
|
});
|