|
|
@@ -19,7 +19,7 @@ var rangeOptions = [
|
|
|
{ from: 'now/d', to: 'now/d', display: 'Today', section: 2 },
|
|
|
{ from: 'now/d', to: 'now', display: 'Today so far', section: 2 },
|
|
|
{ from: 'now/w', to: 'now/w', display: 'This week', section: 2 },
|
|
|
- { from: 'now/w', to: 'now', display: 'Week so far', section: 2 },
|
|
|
+ { from: 'now/w', to: 'now', display: 'This week so far', section: 2 },
|
|
|
{ from: 'now/M', to: 'now/M', display: 'This month', section: 2 },
|
|
|
{ from: 'now/y', to: 'now/y', display: 'This year', section: 2 },
|
|
|
|