diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-22 01:04:55 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-22 01:04:55 -0500 |
commit | 1c73798b14bc91e59ab95225b341008271d0159a (patch) | |
tree | f4b71e763f6dadbf4c47b5618d9c383290b1aeb1 /src/client/documents/DocumentTypes.ts | |
parent | c53d6c5df8b98bcf1c88316312497ea4198ae30a (diff) |
removed LinkFollow box.
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 0e6b59b33..06b15d78c 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -19,7 +19,6 @@ export enum DocumentType { WEBCAM = "webcam", FONTICON = "fonticonbox", PRES = "presentation", - LINKFOLLOW = "linkfollow", PRESELEMENT = "preselement", QUERY = "search", COLOR = "color", |