diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:46 -0400 |
| commit | 0546ecf205b7d2b76f341a7157beebf95fb888a8 (patch) | |
| tree | 9db70d809b8411a56b69ef568e446d0d25db2e64 /src/client/views/collections/CollectionTimeView.tsx | |
| parent | 970ea305fde86c6d33fc08c8880ef258b7b318bc (diff) | |
made url server references relative.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.tsx b/src/client/views/collections/CollectionTimeView.tsx index 339163510..08b5e6bac 100644 --- a/src/client/views/collections/CollectionTimeView.tsx +++ b/src/client/views/collections/CollectionTimeView.tsx @@ -37,7 +37,7 @@ export class CollectionTimeView extends CollectionSubView(doc => doc) { @observable _focusRangeFilters: Opt<string[]>; getAnchor = () => { - const anchor = Docs.Create.HTMLAnchorDocument({ + const anchor = Docs.Create.HTMLAnchorDocument([], { title: ComputedField.MakeFunction(`"${this.pivotField}"])`) as any, annotationOn: this.rootDoc }); |
