mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Various minor usability refinements
This commit is contained in:
@@ -146,7 +146,7 @@ $(document).on('click', '.track-chore-button', function(e)
|
||||
$('#chore-' + choreId + '-due-filter-column').html("duesoon");
|
||||
}
|
||||
|
||||
animateCSS("#chore-" + choreId + "-row td:not(:first)", "shake");
|
||||
animateCSS("#chore-" + choreId + "-row td:not(:first)", "flash");
|
||||
|
||||
$('#chore-' + choreId + '-last-tracked-time').text(trackedTime);
|
||||
$('#chore-' + choreId + '-last-tracked-time-timeago').attr('datetime', trackedTime);
|
||||
|
Reference in New Issue
Block a user