%PDF- %PDF-
| Direktori : /home/cargonizer/public_html/admin/assets/scripts/custom/ |
| Current File : /home/cargonizer/public_html/admin/assets/scripts/custom/components-editors.js |
var ComponentsEditors = function () {
var handleWysihtml5 = function () {
if (!jQuery().wysihtml5) {
return;
}
if ($('.wysihtml5').size() > 0) {
$('.wysihtml5').wysihtml5({
"stylesheets": ["assets/plugins/bootstrap-wysihtml5/wysiwyg-color.css"]
});
}
}
return {
//main function to initiate the module
init: function () {
handleWysihtml5();
}
};
}();