mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Timesheet - Fix custom date filter not showing
This commit is contained in:
parent
c63b2daded
commit
bb4c7a8b71
@ -75,7 +75,7 @@ app.classes.timesheet = AppJS.extend(
|
|||||||
|
|
||||||
if (filter && dates)
|
if (filter && dates)
|
||||||
{
|
{
|
||||||
dates.set_disabled(filter.value !== "custom");
|
dates.set_disabled(filter.get_value() !== "custom");
|
||||||
if (filter.value == "custom")
|
if (filter.value == "custom")
|
||||||
{
|
{
|
||||||
jQuery(this.et2.getWidgetById('startdate').getDOMNode()).find('input').focus();
|
jQuery(this.et2.getWidgetById('startdate').getDOMNode()).find('input').focus();
|
||||||
|
Loading…
Reference in New Issue
Block a user