#8898 networkmap 2

This commit is contained in:
Daniel Maya 2022-08-29 10:02:16 +02:00
parent 16554cfc7a
commit cebaba4575
1 changed files with 1 additions and 1 deletions

View File

@ -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({