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

9 lines
168 B
JavaScript

/**
* Created by Administrator on 2016/7/12.
*/
$(document).ready(function() {
$('#tseditor').summernote({
height: 100,
toolbar: false
});
});