mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-21 23:14:25 +01:00
12 lines
222 B
JavaScript
12 lines
222 B
JavaScript
$(document).ready(function() {
|
|
|
|
$(".richtext").summernote({
|
|
minHeight: 300,
|
|
tableClassName: 'table table-sm',
|
|
insertTableMaxSize: {
|
|
col: 5,
|
|
row: 10
|
|
}
|
|
});
|
|
});
|