btcpayserver/BTCPayServer/wwwroot/pos-admin/main.js
Andrew Camilleri 72d519bb45 Add description and embedded css to POS (#970)
* Add description and embedded css to POS

* wrap embedded css props in <style> before Safe.raw
2019-08-19 14:13:42 +09:00

8 lines
131 B
JavaScript

hljs.initHighlightingOnLoad();
$(document).ready(function () {
$(".richtext").summernote({
minHeight: 300
});
});