mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
New logo
This commit is contained in:
@@ -77,7 +77,7 @@ $('#recipe_id_text_input').on('blur', function(e)
|
||||
var input = $('#recipe_id_text_input').val().toString();
|
||||
var possibleOptionElement = [];
|
||||
|
||||
// grocycode handling
|
||||
// Grocycode handling
|
||||
if (input.startsWith("grcy"))
|
||||
{
|
||||
var gc = input.split(":");
|
||||
|
Reference in New Issue
Block a user