Slightly reordered the header of the shopping list page

This commit is contained in:
Bernd Bestel
2019-09-20 20:14:47 +02:00
parent 653098a81e
commit 91c275e66b
2 changed files with 23 additions and 23 deletions

View File

@@ -10,7 +10,7 @@
Grocy.Api.Post('objects/shopping_lists', jsonData,
function(result)
{
window.location.href = U('/shoppinglist');
window.location.href = U('/shoppinglist?list=' + result.created_object_id);
},
function(xhr)
{