Revert "Excape HTML (where needed, for bootbox) (references #996)"

This reverts commit 0df2590de2.

Revert "Excape shopping list item notes (references #996)"

This reverts commit 0624b0df59.
This commit is contained in:
Bernd Bestel
2020-10-14 22:58:26 +02:00
parent c11001467b
commit 08644f95bf
20 changed files with 28 additions and 32 deletions

View File

@@ -162,7 +162,7 @@ $('#product_id_text_input').on('blur', function(e)
Grocy.Components.ProductPicker.PopupOpen = true;
bootbox.dialog({
message: __t('"%s" could not be resolved to a product, how do you want to proceed?', SanitizeHtml(input)),
message: __t('"%s" could not be resolved to a product, how do you want to proceed?', input),
title: __t('Create or assign product'),
onEscape: function()
{