5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
$(document).ready(function() {
|
|
$('#tseditor').summernote({
|
|
height:300
|
|
});
|
|
}); |