#8898 networkmap 2
This commit is contained in:
parent
16554cfc7a
commit
cebaba4575
|
@ -2505,7 +2505,7 @@ function refresh() {
|
|||
if (array_nodes.length === 0 && array_links.length === 0) {
|
||||
update_networkmap();
|
||||
$("#spinner_networkmap").css("display", "none");
|
||||
// window.location = location;
|
||||
window.location = location;
|
||||
} else {
|
||||
if (array_nodes.length > 0) {
|
||||
$.ajax({
|
||||
|
|
Loading…
Reference in New Issue