mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Hide relative date when clearing the datetimepicker (this now closes #143)
This commit is contained in:
parent
a3b2d03d68
commit
9974305ad4
|
|
@ -39,6 +39,8 @@ Grocy.Components.DateTimePicker.Clear = function()
|
|||
{
|
||||
$("#datetimepicker-shortcut").click();
|
||||
}
|
||||
|
||||
$('#datetimepicker-timeago').text('');
|
||||
}
|
||||
|
||||
var startDate = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user