mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
UI test/review
This commit is contained in:
@@ -137,3 +137,12 @@ ResizeResponsiveEmbeds();
|
||||
Grocy.Components.UserfieldsForm.Load();
|
||||
$('#name').focus();
|
||||
Grocy.FrontendHelpers.ValidateForm('equipment-form');
|
||||
|
||||
$("#instruction-manual").on("change", function(e)
|
||||
{
|
||||
$("#instruction-manual-label").removeClass("d-none");
|
||||
$("#instruction-manual-label-none").addClass("d-none");
|
||||
$("#delete-current-instruction-manual-on-save-hint").addClass("d-none");
|
||||
$("#current-instruction-manuale").addClass("d-none");
|
||||
Grocy.DeleteProductPictureOnSave = false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user