diff --git a/featureRequests.html b/featureRequests.html index 619f3119..8129ca6c 100644 --- a/featureRequests.html +++ b/featureRequests.html @@ -70,7 +70,6 @@ Legend:

All

diff --git a/network_examples.html b/network_examples.html index f08d0df7..b5c39bb7 100644 --- a/network_examples.html +++ b/network_examples.html @@ -94,7 +94,7 @@ nodes: nodes, edges: edges }; - var network = new vis.Network(container, data, {}); + var network = new vis.Network(container, data, {clickToUse:true}); }