diff options
author | BonfaceKilz | 2020-06-17 15:51:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-06-17 15:51:14 +0300 |
commit | e8dab2bef5d09f0aee6f1b6e43bcce24ca42ddcb (patch) | |
tree | 6182a8d45a47678e408fe23523eb57378b92e954 /bh20simplewebuploader/templates/footer.html | |
parent | 485534cb4594b3df3c00ef6dec2f410c5366aecb (diff) | |
download | bh20-seq-resource-e8dab2bef5d09f0aee6f1b6e43bcce24ca42ddcb.tar.gz bh20-seq-resource-e8dab2bef5d09f0aee6f1b6e43bcce24ca42ddcb.tar.lz bh20-seq-resource-e8dab2bef5d09f0aee6f1b6e43bcce24ca42ddcb.zip |
Move js script to bottom of page
Methods associated with map need to be created after the div container
Diffstat (limited to 'bh20simplewebuploader/templates/footer.html')
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 1 |
1 files changed, 1 insertions, 0 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> |