From 6235fb58955e2bc193d6ce40a4d74b33ab47dfce Mon Sep 17 00:00:00 2001 From: gunturkunhakan Date: Tue, 18 May 2021 22:39:49 -0500 Subject: Welcome to GeneCup --- templates/cytoscape.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/cytoscape.html') diff --git a/templates/cytoscape.html b/templates/cytoscape.html index 7a62f1a..aa85ca0 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} - + @@ -13,7 +13,6 @@
- {{ message2 |safe}}

@@ -112,7 +111,7 @@ var saveAsSvg = function(filename) { var svgContent = cy.svg(); var blob = new Blob([svgContent], {type:"image/svg+xml;charset=utf-8"}); - saveAs(blob, "ratspub_graph.svg"); + saveAs(blob, "genecup_graph.svg"); }; var getSvgUrl = function() { var svgContent = cy.svg({scale: 1, full: true}); -- cgit v1.2.3