Commit b339257a authored by PkSM3's avatar PkSM3

log(node.size)

parent 9a860bd5
......@@ -200,6 +200,8 @@ function genericGetTopPapers(theids , corpus_id , thediv) {
output += "</ul>"
$("#"+thediv).html(output);
$("#"+thediv).show();
$('#tab-container-top').easytabs({updateHash:false});
},
error: function(){
......
File mode changed from 100644 to 100755
......@@ -680,7 +680,7 @@ function parseSimpleJSON( data , seed ) {
var node = ({
id: pk ,
label:label,
size:size,
size:Math.log(size),
x:rand.getRandom(),
y:rand.getRandom(),
type:catSoc,
......
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