mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Fixed product edit page barcodes field tab handling (fixes #764)
This commit is contained in:
@@ -169,7 +169,8 @@
|
||||
$('#barcode-taginput').tagsManager({
|
||||
'hiddenTagListName': 'barcode',
|
||||
'tagsContainer': '#barcode-taginput-container',
|
||||
'tagClass': 'badge badge-secondary'
|
||||
'tagClass': 'badge badge-secondary',
|
||||
'delimiters': [13, 44]
|
||||
});
|
||||
|
||||
if (Grocy.EditMode === 'edit')
|
||||
|
Reference in New Issue
Block a user