diff options
author | Hao Chen | 2019-05-09 00:07:32 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-09 00:07:32 -0500 |
commit | 888e95f82ec96129257ff9064e9860a275fb7b15 (patch) | |
tree | 607903cb4711517101c86e9119a8419b14a4c7d9 /templates/cytoscape.html | |
parent | 502008d20887f69557e223129e2f520d51272c2a (diff) | |
download | genecup-888e95f82ec96129257ff9064e9860a275fb7b15.tar.gz |
clean up
Diffstat (limited to 'templates/cytoscape.html')
-rw-r--r-- | templates/cytoscape.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/cytoscape.html b/templates/cytoscape.html index 749b042..fd2000e 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -1,7 +1,8 @@ {% extends "layout.html" %} {% block content %} -<script type="text/javascript" src="{{ url_for('static', filename='cytoscape.min.js') }}"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.6.0/cytoscape.min.js" integrity="sha256-uZV2wRlscgr52q3Wb3Oew0rKCPsM3g4aBTv46sF4qzg=" crossorigin="anonymous"></script> + <div id="cy"></div> <script> var cy = cytoscape({ |