Commit 27921b49 authored by PkSM3's avatar PkSM3

not log for the second time

parent 58758408
......@@ -890,13 +890,6 @@ function GetUserPortfolio() {
});
}
$.doTimeout(3000,function (){
GetUserPortfolio()
});
function camaraButton(){
$("#PhotoGraph").click(function (){
......
......@@ -293,7 +293,7 @@ function clustersBy(daclass , att2change ) {
var themult = Math.pow(10,min_pow);
for(var i in v_nodes) {
var the_node = Nodes[ v_nodes[i].id ]
var attval = (the_node.size)? Math.log(the_node.size+1) : 3 ;
var attval = the_node.size;
var attnumber = Number(attval);
partialGraph._core.graph.nodesIndex[v_nodes[i].id].size = attval;
partialGraph._core.graph.nodesIndex[v_nodes[i].id].label = the_node.label;
......
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