Fixed adding Description issue
This commit is contained in:
parent
a02a8e8985
commit
8c0a907b76
|
|
@ -26,7 +26,7 @@ $(function() {
|
||||||
buttons: {
|
buttons: {
|
||||||
"Add Line Item": function() {
|
"Add Line Item": function() {
|
||||||
|
|
||||||
$('#QuoteCommercialComments').ckeditor(function() {
|
$('#LineItemDescription').ckeditor(function() {
|
||||||
this.updateElement();
|
this.updateElement();
|
||||||
this.destroy();
|
this.destroy();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue