This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
$: {
|
$: {
|
||||||
if ($fpGoalStore.stale && !$fpGoalStore.loading) {
|
if ($fpGoalStore.stale && !$fpGoalStore.loading) {
|
||||||
fpGoalStore.load({
|
fpGoalStore.load({
|
||||||
maxTime: new Date(Date.now() + (86400000 * 30)),
|
maxTime: new Date(Date.now() + (86400000 * 3)),
|
||||||
minTime: new Date(Date.now() - (86400000 * 3)),
|
minTime: new Date(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,4 +123,4 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user