Files
2023-06-22 13:33:25 +08:00

5 lines
93 B
JavaScript

$(document).ready(function() {
$('#tseditor').summernote({
height:300
});
});