cmc-sales/php/app/webroot/js/edit_product.js

3 lines
64 B
JavaScript
Executable file

$(function() {
$('#ProductDescription').ckeditor(config);
});