diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-08 20:56:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-08 20:56:30 -0400 |
| commit | 9f4a7ec5f79d9dec3a0ffb0b633197216cbefec8 (patch) | |
| tree | 4b30cf8edfee0b2f315353329fde65b0b4585ae0 /deploy | |
| parent | 47e3170534393ab9e4140c18b32110f83753d817 (diff) | |
| parent | 1733759b776f0596c3a8561d2c735a4b7c7d54d3 (diff) | |
Merge pull request #517 from browngraphicslab/hypothesis_annotation
Hypothesis annotation
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/index.html b/deploy/index.html index 990ca510d..b99ca040d 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -9,7 +9,7 @@ <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> </head> -<body style="display:flex"> +<body style="display:flex" id="dash-body"> <!-- <script src="https://hypothes.is/embed.js" async></script> --> <div id="root" style="position:relative;width:100%;height:100%"></div> <script src="/bundle.js"></script> |
