Removed weird alerts in networkmap.
This commit is contained in:
parent
4a6cdf822d
commit
03f2250ffa
|
@ -1560,7 +1560,7 @@ function show_menu(item, data) {
|
||||||
var selection = d3.selectAll('.node_selected');
|
var selection = d3.selectAll('.node_selected');
|
||||||
selection = selection[0];
|
selection = selection[0];
|
||||||
if (selection.length > 1) {
|
if (selection.length > 1) {
|
||||||
alert("Yo no tengo dedo, por eso no poido trabajo, una ayuda, amorfa");
|
alert("Only one-one relations (one father, one son)");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
add_interface_link(data);
|
add_interface_link(data);
|
||||||
|
@ -1603,7 +1603,7 @@ function show_menu(item, data) {
|
||||||
var selection = d3.selectAll('.node_selected');
|
var selection = d3.selectAll('.node_selected');
|
||||||
selection = selection[0];
|
selection = selection[0];
|
||||||
if (selection.length > 1) {
|
if (selection.length > 1) {
|
||||||
alert("Yo no tengo dedo, por eso no poido trabajo");
|
alert("Only one-one relations (one father, one son)");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
set_parent(data);
|
set_parent(data);
|
||||||
|
|
Loading…
Reference in New Issue