Skip to content

Commit

Permalink
#712 item 1 minor bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
okg21 committed Jul 2, 2024
1 parent 419f804 commit be4a2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/backbone-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -3204,10 +3204,10 @@ var FileSaveView = Backbone.View.extend({
var unsupportedConversions = {
"PD": ["sif", "sifLayout"],
"AF": ["sif", "sifLayout", "sbml", "celldesigner", "gpml"],
"PD+AF": ["sif", "sifLayout", "sbml", "celldesigner", "gpml"],
"HybridSbgn": ["sif", "sifLayout", "sbml", "celldesigner", "gpml"],
"SIF": ["sbgn", "sbml", "celldesigner", "gpml"],
"SBML": ["sif", "sifLayout", "gpml"],
"All": ["sbgn", "sif", "sifLayout", "sbml", "celldesigner", "gpml"]
"HybridAny": ["sbgn", "sif", "sifLayout", "sbml", "celldesigner", "gpml"]
};

if (unsupportedConversions[map_type] && unsupportedConversions[map_type].includes(fileformat)) {
Expand Down

0 comments on commit be4a2cd

Please sign in to comment.