removed alerts from loadgraphs.js
This commit is contained in:
parent
d69cafaf85
commit
bb1bf2d05f
1 changed files with 0 additions and 2 deletions
|
@ -68,12 +68,10 @@ function initialize(type, loadLater){
|
||||||
|
|
||||||
if ( type == "centered") {
|
if ( type == "centered") {
|
||||||
// init Rgraph
|
// init Rgraph
|
||||||
alert("Going in, and we're centered");
|
|
||||||
Mconsole = new $jit.RGraph(graphSettings(type));
|
Mconsole = new $jit.RGraph(graphSettings(type));
|
||||||
}
|
}
|
||||||
else if ( type == "arranged" || type == "chaotic" ) {
|
else if ( type == "arranged" || type == "chaotic" ) {
|
||||||
// init ForceDirected
|
// init ForceDirected
|
||||||
alert("Going in, and we're arranged/chaotic");
|
|
||||||
Mconsole = new $jit.ForceDirected(graphSettings(type));
|
Mconsole = new $jit.ForceDirected(graphSettings(type));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue