mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Applied EditorConfig settings to all files
This commit is contained in:
@@ -54,7 +54,7 @@ function OnBarcodeScanned(barcode)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
var bgClass = "";
|
||||
if (barcode != $("#expected_barcode").val())
|
||||
{
|
||||
@@ -91,6 +91,6 @@ $(document).on("Grocy.BarcodeScanned", function(e, barcode, target)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
OnBarcodeScanned(barcode);
|
||||
});
|
||||
|
Reference in New Issue
Block a user