Fix scrolling to top of page when dynamically removing a table row (fixes #57)

This commit is contained in:
Bernd Bestel
2018-09-24 09:30:26 +02:00
parent feb28211d8
commit 8e054a4981
5 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ $("#search").on("keyup", function()
$(document).on('click', '.shoppinglist-delete-button', function (e)
{
e.preventDefault();
var shoppingListItemId = $(e.currentTarget).attr('data-shoppinglist-id');
Grocy.Api.Get('delete-object/shopping_list/' + shoppingListItemId,