| Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/public/js/page/ |
| Current File : /home/users/unlimited/www/foodbank.codeskitter.site/public/js/page/create.js |
/**
*
* You can write your JS code here, DO NOT touch the default style file
* because it will make it harder for you to update.
*
*/
"use strict";
if (jQuery().summernote) {
$(".summernote").summernote({
dialogsInBody: true,
minHeight: 300,
toolbar: [
['style', ['bold', 'italic', 'underline', 'clear']],
['font', ['strikethrough', 'superscript', 'subscript']],
['fontsize', ['fontsize']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['height', ['height']]
]
});
}