Your IP : 18.222.111.44
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(); } }; }(); |