aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkFollowBox.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.tsx')
-rw-r--r--src/client/views/linking/LinkFollowBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkFollowBox.tsx b/src/client/views/linking/LinkFollowBox.tsx
index 3b36bf854..6e20cf8c1 100644
--- a/src/client/views/linking/LinkFollowBox.tsx
+++ b/src/client/views/linking/LinkFollowBox.tsx
@@ -263,7 +263,7 @@ export class LinkFollowBox extends React.Component<FieldViewProps> {
LinkFollowBox.destinationDoc.guid = guid;
// process to follow: if guid, then we want to find the linkhref and use that to figure out whether we can find the links that correspond to the guid.
} else {
- // console.log("no guid"); // retroactively fixing old in-text links by adding guid
+ console.log("no guid"); // retroactively fixing old in-text links by adding guid
// console.log('source and dest ids respectively are', StrCast(LinkFollowBox.sourceDoc[Id]), StrCast(LinkFollowBox.destinationDoc[Id]), 'as well as the linkdoc id', LinkFollowBox.linkDoc[Id]);
jumpToDoc.linkHref = Utils.prepend("/doc/" + StrCast(LinkFollowBox.sourceDoc[Id]));
let newguid = Utils.GenerateGuid();