@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Created by Administrator on 2016/7/12.
|
||||
*/
|
||||
$(document).ready(function() {
|
||||
$('#tseditor').summernote({
|
||||
height: 100,
|
||||
toolbar: false
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user