mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge pull request #3749 from listenerri/patch-1
Fix: The bg color of start at button is almost-due
This commit is contained in:
commit
0e35dcd5ad
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ class CardStartDate extends CardDate {
|
|||
// if dueAt or endAt exist & are > startAt, startAt doesn't need to be flagged
|
||||
if ((endAt && theDate.isAfter(endAt)) || (dueAt && theDate.isAfter(dueAt)))
|
||||
classes += 'long-overdue';
|
||||
else if (theDate.isBefore(now, 'minute')) classes += 'almost-due';
|
||||
else classes += 'current';
|
||||
return classes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue