mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#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) {
|
if (array_nodes.length === 0 && array_links.length === 0) {
|
||||||
update_networkmap();
|
update_networkmap();
|
||||||
$("#spinner_networkmap").css("display", "none");
|
$("#spinner_networkmap").css("display", "none");
|
||||||
// window.location = location;
|
window.location = location;
|
||||||
} else {
|
} else {
|
||||||
if (array_nodes.length > 0) {
|
if (array_nodes.length > 0) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user