diff --git a/timesheet/js/app.ts b/timesheet/js/app.ts index 10576b089c..d2a7d63b19 100644 --- a/timesheet/js/app.ts +++ b/timesheet/js/app.ts @@ -87,7 +87,7 @@ class TimesheetApp extends EgwApp { egw.css("#timesheet-index span.timesheet_titleDetails","font-weight:" + (filter2.getValue() == '1' ? "bold;" : "normal;")); // Show / hide descriptions - egw.css(".et2_label.ts_description","display:" + (filter2.getValue() == '1' ? "block;" : "none;")); + egw.css(".ts_description", "display:" + (filter2.getValue() == '1' ? "block;" : "none;")); } }