From 11b098ce0cfd5e6eef77471625cb536268e61845 Mon Sep 17 00:00:00 2001 From: Shawn Murphy Date: Thu, 2 May 2019 13:41:04 +0200 Subject: [PATCH] arrowheads OFF by default --- lib/huviz.js | 3 +-- src/huviz.coffee | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/huviz.js b/lib/huviz.js index b3e07476d..71d857f6d 100644 --- a/lib/huviz.js +++ b/lib/huviz.js @@ -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" } } }, { diff --git a/src/huviz.coffee b/src/huviz.coffee index 9fe17acdf..906c4737a 100644 --- a/src/huviz.coffee +++ b/src/huviz.coffee @@ -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"