mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 13:26:14 +02: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-shortcut").click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$('#datetimepicker-timeago').text('');
|
||||||
}
|
}
|
||||||
|
|
||||||
var startDate = null;
|
var startDate = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user