mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 00:52:07 +00:00
Slightly reordered the header of the shopping list page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user