diff options
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 1 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/header.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index 7366507..9326b1e 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -40,3 +40,4 @@ </center> </div> </section> +<script type="text/javascript" src="/static/main.js"></script> diff --git a/bh20simplewebuploader/templates/header.html b/bh20simplewebuploader/templates/header.html index adb0fd8..35882d7 100644 --- a/bh20simplewebuploader/templates/header.html +++ b/bh20simplewebuploader/templates/header.html @@ -3,7 +3,6 @@ <link href="/static/main.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource</title> - <script type="text/javascript" src="/static/main.js"></script> {% if blog %} <link rel="Blog stylesheet" type="text/css" href="/static/blog.css" /> {% endif %} |