diff -r 1563d9be4a71 -r 1796e0220bef client/js/defaults.js --- a/client/js/defaults.js Fri Apr 19 11:30:33 2013 +0200 +++ b/client/js/defaults.js Fri Apr 19 13:39:39 2013 +0200 @@ -25,6 +25,8 @@ default_user_color: "#303030", size_bug_fix: true, /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */ + allow_double_click: true, + /* Allows Double Click to create a node on an empty background */ /* MINI-MAP OPTIONS */ @@ -58,6 +60,8 @@ /* Vertical distance between node and label */ node_label_max_length: 60, /* Maximum displayed text length */ + label_untitled_nodes: "(untitled)", + /* Label to display on untitled nodes */ /* EDGE DISPLAY OPTIONS */ @@ -68,6 +72,7 @@ edge_arrow_length: 18, edge_arrow_width: 12, edge_gap_in_bundles: 12, + label_untitled_edges: "", /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */