3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
|
|
$(function() {
|
||
|
|
$('#ProductDescription').ckeditor(config);
|
||
|
|
});
|