From c1e08c52aa47aa1db8a548c5c4b9c61f62335402 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 26 Nov 2011 22:27:47 -0800 Subject: fix automatic tag completion --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a6112ab..e5131db 100644 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@ var count=0; /* populate data list with tags*/ d3.json("/getjson.php?S", function(json) { - d3.select("#MyTags").selectAll("option").data(json) + d3.select("#MyTags").selectAll("option").data(json[1]) .enter().append("option").attr("value",function(d) {return d.name}); }); -- cgit v1.2.3-18-g5258