diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-23 00:36:02 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-23 00:36:02 -0400 |
| commit | 477ba37f5728888e940119e4bc798a416565f960 (patch) | |
| tree | 46a022f99611fd5addd75030a662dde8675583ae /deploy | |
| parent | d7dbc15ecc211ab9533c0cffa40227523b6a5831 (diff) | |
fixed mult link menu. fixed linking to external urls. fixed draggers for text menu.
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 be0658da2..fdfd77cc2 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -9,7 +9,7 @@ </head> <body> - <script src="https://hypothes.is/embed.js" async></script> + <!-- <script src="https://hypothes.is/embed.js" async></script> --> <div id="root"></div> <script src="/bundle.js"></script> </body> |
