mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
New logo
This commit is contained in:
@@ -162,7 +162,7 @@ $('#product_id_text_input').on('blur', function(e)
|
||||
var input = $('#product_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