Skip to content

Commit

Permalink
Fixes nlplab#986 (default for bundle setting)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Topic committed Dec 6, 2012
1 parent ca1c5cb commit 937ac76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/visualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ Util.profileStart('before render');
$.each(response.relation_types, function(relTypeNo, relType) {
relationTypesHash[relType.type] = relType;
});
var arcBundle = response.visual_options.arc_bundle;
var arcBundle = response.visual_options.arc_bundle || 'none';
collapseArcs = arcBundle == "all";
collapseArcSpace = arcBundle != "none";

Expand Down

0 comments on commit 937ac76

Please sign in to comment.