Skip to content

Commit

Permalink
default show_edge_labels_adjacent_to_labelled_nodes to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
smurp committed Jul 18, 2019
1 parent 46455e1 commit 3d820f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/huviz.js
Expand Up @@ -14436,8 +14436,7 @@ OnceRunner.prototype.makeWrapper = function(callback) {
title: "Show edge labels adjacent to labelled nodes"
},
input: {
type: "checkbox",
checked: "checked"
type: "checkbox"
}
}
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/huviz.coffee
Expand Up @@ -8014,7 +8014,7 @@ class Huviz
title: "Show edge labels adjacent to labelled nodes"
input:
type: "checkbox"
checked: "checked"
#checked: "checked"
,
show_edges:
class: "alpha_feature"
Expand Down

0 comments on commit 3d820f5

Please sign in to comment.