From 83f761295436ca3b2cc9236006903877816f157c Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Wed, 7 Jan 2015 12:35:31 +0100 Subject: [PATCH] reverted example... again.. --- examples/network/03_images.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/network/03_images.html b/examples/network/03_images.html index 3d858116..7f3776f1 100644 --- a/examples/network/03_images.html +++ b/examples/network/03_images.html @@ -34,10 +34,10 @@ // Create a data table with links. edges = []; - nodes.push({id: 1, label: 'Main', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); + nodes.push({id: 1, label: 'Main', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); nodes.push({id: 2, label: 'Office', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); nodes.push({id: 3, label: 'Wireless', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); - edges.push({from: 1, to: 2, title:'world', length: LENGTH_MAIN}); + edges.push({from: 1, to: 2, length: LENGTH_MAIN}); edges.push({from: 1, to: 3, length: LENGTH_MAIN}); for (var i = 4; i <= 7; i++) {