From 21dae64ec5a1305cdd6865481f705332b8238190 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Tue, 2 Jun 2020 14:36:24 -0400 Subject: enabled annotations with hypothes.is --- deploy/index.html | 1 + src/client/views/nodes/WebBox.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/index.html b/deploy/index.html index 532b995f8..be0658da2 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -9,6 +9,7 @@ +
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index a91d4dfd9..c4ab3c9e2 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -411,9 +411,9 @@ export class WebBox extends ViewBoxAnnotatableComponent; } else if (field instanceof WebField) { const url = this.layoutDoc.UseCors ? Utils.CorsProxy(field.url.href) : field.url.href; - view =