Commit ed35fbc2 authored by PkSM3's avatar PkSM3

bugfix in graphtagcloudelement

parent e079c8b6
......@@ -453,7 +453,8 @@ function graphTagCloudElem(nodes) {
var voisinage = []
var vars = []
node_id = nodes[0]
node_id = ndsids[0]
if(Nodes[node_id].type==catSoc) {
voisinage = nodes1;
vars = ["social","a"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment