mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
* Add description and embedded css to POS * wrap embedded css props in <style> before Safe.raw
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
hljs.initHighlightingOnLoad();
|
|
$(document).ready(function () {
|
|
|
|
$(".richtext").summernote({
|
|
minHeight: 300
|
|
});
|
|
});
|