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: {
"Add Line Item": function() {
$('#QuoteCommercialComments').ckeditor(function() {
$('#LineItemDescription').ckeditor(function() {
this.updateElement();
this.destroy();
});