mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Use the summernote editor for product description (closes #288)
This commit is contained in:
@@ -344,9 +344,4 @@ $('#delete-current-recipe-picture-button').on('click', function (e)
|
||||
$("#delete-current-recipe-picture-button").addClass("disabled");
|
||||
});
|
||||
|
||||
$('#description').summernote({
|
||||
minHeight: '300px',
|
||||
lang: __t('summernote_locale')
|
||||
});
|
||||
|
||||
Grocy.Components.UserfieldsForm.Load();
|
||||
|
Reference in New Issue
Block a user