@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$('#tseditor').summernote({
|
||||
height:300
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$('#tseditor').summernote({
|
||||
height:300
|
||||
});
|
||||
});
|
||||