diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-16 19:31:40 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-16 19:31:40 -0400 |
commit | 9c868077db569a606ec465557d9d693bcd3abd34 (patch) | |
tree | abbdb3340578f503de7e0773e71c1d57fd9560b2 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 1cedadbdf01c392ca9910e3ca18f3875d9a86fed (diff) |
Merge Fixed
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 45e7171d2..3e15f2ca9 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -308,7 +308,6 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe href = parent.childNodes[0].href ? parent.childNodes[0].href : parent.href; } if (href) { - `` if (href.indexOf(DocServer.prepend("/doc/")) === 0) { this._linkClicked = href.replace(DocServer.prepend("/doc/"), "").split("?")[0]; if (this._linkClicked) { |