diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-08-23 13:49:28 -0400 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-08-23 13:49:28 -0400 |
commit | cc6040e717632ae9725c134cd8722813cb1733c2 (patch) | |
tree | fdd0442b8db0c7a2a80d464b50996716ee3c6bae /src/client/documents/Documents.ts | |
parent | 616d71c6ad8b15b9736ada0754c557c2a81964bc (diff) |
progress on guid method
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 9c8b6c129..1777174ef 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -621,7 +621,6 @@ export namespace DocUtils { linkDocProto.sourceContext = sourceContext; linkDocProto.title = title === "" ? source.title + " to " + target.title : title; linkDocProto.linkDescription = description; - linkDocProto.type = DocumentType.LINK; linkDocProto.anchor1 = source; linkDocProto.anchor1Page = source.curPage; |