mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
UI test/review
This commit is contained in:
@@ -415,12 +415,6 @@ Grocy.FrontendHelpers.ValidateForm('product-form');
|
||||
$("#allow_partial_units_in_stock").click();
|
||||
$("#allow_partial_units_in_stock").click();
|
||||
|
||||
$(document).on('click', '#save-product-button-continue', function()
|
||||
{
|
||||
Grocy.ProductEditFormRedirectUri = "reload";
|
||||
$('#save-product-button').click();
|
||||
});
|
||||
|
||||
$(document).on('click', '.qu-conversion-delete-button', function(e)
|
||||
{
|
||||
var objectId = $(e.currentTarget).attr('data-qu-conversion-id');
|
||||
|
Reference in New Issue
Block a user