Skip to content

Commit

Permalink
Update demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci authored Mar 29, 2020
1 parent 43a7f84 commit 37310c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">

<link href="https://cdn.rawgit.com/ivis-at-bilkent/cytoscape.js-context-menus/master/cytoscape-context-menus.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<link href="https://unpkg.com/cytoscape-context-menus/cytoscape-context-menus.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="https://unpkg.com/cytoscape/dist/cytoscape.min.js"></script>

<!-- for testing with local version of cytoscape.js -->
<!--<script src="../cytoscape.js/build/cytoscape.js"></script>-->

<script src="https://cdn.rawgit.com/ivis-at-bilkent/cytoscape.js-context-menus/master/cytoscape-context-menus.js"></script>
<script src="https://cdn.rawgit.com/ivis-at-bilkent/cytoscape.js-undo-redo/unstable/cytoscape-undo-redo.js"></script>
<script src="cytoscape-edge-editing.js"></script>
<script src="https://unpkg.com/cytoscape-context-menus/cytoscape-context-menus.js"></script>
<script src="https://unpkg.com/cytoscape-undo-redo/cytoscape-undo-redo.js"></script>
<script src="cytoscape-edge-editing.js"></script>

<style>
body {
Expand Down

0 comments on commit 37310c3

Please sign in to comment.