diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-26 23:55:23 -0700 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-26 23:55:23 -0700 |
commit | fc470b25759e8f051dc527066f9bebcaf5e7707d (patch) | |
tree | 047d45d0dcba6b024b4057c5b166a67a2956b88d /src/client/documents/Documents.ts | |
parent | bc73c6e2c379a22969b37bd85fb4d534d47c299d (diff) |
various buxton fixes
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 1651a6d55..5e0890e76 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -408,7 +408,6 @@ export namespace Docs { const doc = StackingDocument(deviceImages, { title: device.title, _LODdisable: true }); const deviceProto = Doc.GetProto(doc); deviceProto.hero = new ImageField(constructed[0].url); - deviceProto.fontFamily = "Arial"; Docs.Get.FromJson({ data: device, appendToExisting: { targetDoc: deviceProto } }); Doc.AddDocToList(parentProto, "data", doc); } else if (errors) { |