mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Fix for #1271
This commit is contained in:
parent
5ecd3a585e
commit
91f3f10a26
|
|
@ -449,6 +449,7 @@ $(document).on("click", "#print-shopping-list-button", function(e)
|
|||
callback: function()
|
||||
{
|
||||
bootbox.hideAll();
|
||||
$('.modal-backdrop').remove();
|
||||
|
||||
$(".print-timestamp").text(moment().format("l LT"));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user