Skip to content

Commit

Permalink
remove debug and fix rspec fail
Browse files Browse the repository at this point in the history
  • Loading branch information
joko3ono committed Nov 12, 2024
1 parent e9f757a commit d59a7b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions public/js/svgExporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import * as d3 from 'd3';
*/
var export_as_svg = function (svg, filename) {
var blob = new Blob([serialize_svg(svg)], { type: 'text/xml' });
// filename = Exporter.sanitize_filename(filename) + '.svg';
console.log(blob, filename);
// Exporter.download_blob(blob, filename);
filename = Exporter.sanitize_filename(filename) + '.svg';
Exporter.download_blob(blob, filename);
};

/**
Expand Down
2 changes: 1 addition & 1 deletion public/sequenceserver-report.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sequenceserver-report.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sequenceserver-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sequenceserver-search.min.js.map

Large diffs are not rendered by default.

0 comments on commit d59a7b1

Please sign in to comment.