mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
Revert "Excape HTML (where needed, for bootbox) (references #996)"
This reverts commit0df2590de2
. Revert "Excape shopping list item notes (references #996)" This reverts commit0624b0df59
.
This commit is contained in:
@@ -195,8 +195,3 @@ function getQRCodeForAPIKey(apikey_type, apikey_key)
|
||||
}
|
||||
return getQRCodeForContent(content);
|
||||
}
|
||||
|
||||
function SanitizeHtml(input)
|
||||
{
|
||||
return $("<div/>").text(input).html();
|
||||
}
|
||||
|
Reference in New Issue
Block a user