diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-28 17:48:50 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-28 17:48:50 -0400 |
| commit | e3305050a7d35474e9981838b24d54cf1e77f193 (patch) | |
| tree | 9c03854b8443b00cedc7afb5b39939527d1c0ddb /deploy/index.html | |
| parent | 7a291cbffb9e609633759cfff8b459e1a32b4fc3 (diff) | |
| parent | eb403262aa4c1dd12dba8029fec70552cbce70bc (diff) | |
Merge branch 'master' into search_doc
Diffstat (limited to 'deploy/index.html')
| -rw-r--r-- | deploy/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/index.html b/deploy/index.html index be0658da2..29a3f15cd 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -9,8 +9,8 @@ </head> <body> - <script src="https://hypothes.is/embed.js" async></script> - <div id="root"></div> + <!-- <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> </body> |
