Hide relative date when clearing the datetimepicker (this now closes #143)

This commit is contained in:
Bernd Bestel
2019-02-09 14:48:13 +01:00
parent a3b2d03d68
commit 9974305ad4

View File

@@ -39,6 +39,8 @@ Grocy.Components.DateTimePicker.Clear = function()
{
$("#datetimepicker-shortcut").click();
}
$('#datetimepicker-timeago').text('');
}
var startDate = null;