mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Use new editor also for recipes
This commit is contained in:
@@ -169,3 +169,8 @@ $("#recipe-pos-add-button").on("click", function(e)
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
$('#description').summernote({
|
||||
minHeight: '300px',
|
||||
lang: L('summernote_locale')
|
||||
});
|
||||
|
Reference in New Issue
Block a user