mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Improved date display of "Track date only"-chores (never show the time part for them)
This commit is contained in:
@@ -116,8 +116,13 @@ $(document).on('click', '.track-chore-button', function(e)
|
||||
|
||||
Grocy.FrontendHelpers.EndUiBusy();
|
||||
toastr.success(__t('Tracked execution of chore %1$s on %2$s', choreName, trackedTime));
|
||||
RefreshContextualTimeago();
|
||||
RefreshStatistics();
|
||||
|
||||
// Delay due to delayed/animated set of new timestamps above
|
||||
setTimeout(function()
|
||||
{
|
||||
RefreshContextualTimeago();
|
||||
}, 550);
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user