From 34a84db1ce40020f765578033bdfe9016a0d276c Mon Sep 17 00:00:00 2001 From: gurnoor1990 <gurnoor1990@gmail.com> Date: Wed, 20 Nov 2019 10:54:07 +0100 Subject: [PATCH] Updated Active dataset options --- cytoscape/cytoscape.js-tutorial-demo/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cytoscape/cytoscape.js-tutorial-demo/index.html b/cytoscape/cytoscape.js-tutorial-demo/index.html index b46d67b..524e361 100644 --- a/cytoscape/cytoscape.js-tutorial-demo/index.html +++ b/cytoscape/cytoscape.js-tutorial-demo/index.html @@ -35,9 +35,9 @@ <label for="data" class="tooltip u-pull-left" title="Switch to a new dataset">Active dataset</label> <div class="u-cf"></div> <select class id="data"> - <option value="social.json" selected>Social</option> <option value="genes.json">Genes</option> - <option value="custom.json">Custom</option> + <option value="getmentions.json">Get Mention</option> + <option value="getentitiy.json">Get Entities</option> </select> <h2>Style</h2> @@ -98,4 +98,4 @@ </div> </body> -</html> \ No newline at end of file +</html> -- GitLab