This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
btcpayserver
Watch
1
Star
0
Fork
You've already forked btcpayserver
0
mirror of
https://github.com/btcpayserver/btcpayserver.git
synced
2025-02-24 22:58:28 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f2286fb1be
btcpayserver
/
BTCPayServer
/
wwwroot
/
payment-request-admin
/
main.js
4 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add payment requests
2019-01-14 22:43:29 +01:00
$
(
document
)
.
ready
(
function
(
)
{
Richtext editor fixes (#2613) * UPdate summernote with Bootstrap 5 integration * Unify summernote options
2021-06-24 12:51:35 +02:00
$
(
".richtext"
)
.
summernote
(
window
.
summernoteOptions
||
{
}
)
;
Add payment requests
2019-01-14 22:43:29 +01:00
}
)
;
Reference in a new issue
Copy permalink