Commit 0d062c73 authored by delanoe's avatar delanoe

Merge branch 'master' of github.com:PkSM3/garg

parents a4db60a5 18fc9e92
......@@ -36,9 +36,10 @@ function modify_ngrams( classname ) {
for(var i in selected_ngrams) {
partialGraph.dropNode( i )
delete Nodes[i]
delete partialGraph._core.graph.nodesIndex[i]
}
partialGraph.refresh()
partialGraph.draw()
$("#lensButton").click()
});
});
}
......@@ -823,7 +824,7 @@ function GetUserPortfolio() {
html_ += ' </h4>'+"\n"
html_ += ' </div>'+"\n"
html_ += ' <div id="collapse_'+k1+'" class="panel-collapse collapse">'+"\n"
html_ += ' <div class="panel-body">'+"\n"
html_ += ' <div class="panel-body" style="input[type=radio] {display: none;}">'+"\n"
html_ += ' <ul>'+"\n"
for(var c in v1["corpuses"]) {
var Ci = v1["corpuses"][c]
......
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