diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 20:38:24 -0400 | 
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 20:38:24 -0400 | 
| commit | 0a1b68e534aebf6f5fa6af31fd6a1e3d63f299d1 (patch) | |
| tree | ebc5c1a5a5836f5dedf0ef01d690a8a98f3f726b /deploy | |
| parent | 914114aaffbbd492f68c5e580acf6a28f43dc2c7 (diff) | |
Added context menu option to copy document id
Added route to handle going to any doc id
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 130da1cb9..acb085214 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -7,7 +7,7 @@  <body>    <div id="root"></div> -  <script src="./bundle.js"></script> +  <script src="/bundle.js"></script>  </body>  </html>
\ No newline at end of file | 
