Skip to content

Commit

Permalink
arrowheads OFF by default
Browse files Browse the repository at this point in the history
  • Loading branch information
smurp committed May 2, 2019
1 parent d957276 commit 11b098c
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 @@ -13163,8 +13163,7 @@ OnceRunner.prototype.makeWrapper = function(callback) {
title: "Displays directional arrowheads on the 'object' end of lines."
},
input: {
type: "checkbox",
checked: "checked"
type: "checkbox"
}
}
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/huviz.coffee
Expand Up @@ -6824,7 +6824,7 @@ class Huviz
title: "Displays directional arrowheads on the 'object' end of lines."
input:
type: "checkbox"
checked: "checked"
#checked: "checked"
,
show_images_in_nodes:
group: "Images"
Expand Down

0 comments on commit 11b098c

Please sign in to comment.