mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Implemented frontend external barcode lookup workflow + a plugin for Open Food Facts (closes #158)
This commit is contained in:
@@ -403,7 +403,8 @@ Grocy.FrontendHelpers.ShowGenericError = function(message, exception)
|
||||
bootbox.alert({
|
||||
title: __t('Error details'),
|
||||
message: '<p class="text-monospace my-0">' + errorDetails + '</p>',
|
||||
closeButton: false
|
||||
closeButton: false,
|
||||
className: "wider"
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user