diff options
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({ |