/home2/dakshskx/dakshaseo.com/admin/assets/scripts/custom
Edit: /home2/dakshskx/dakshaseo.com/admin/assets/scripts/custom/components-editors.js (516B)
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();
}
};
}();