Fixed adding Description issue

This commit is contained in:
Karl Cordes 2011-05-25 14:23:58 +10:00
parent a02a8e8985
commit 8c0a907b76

View file

@ -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();
}); });