Fixed img url on js

Former-commit-id: 72a6122343da8c27248c639a6afa180fbfded9c0
This commit is contained in:
Luis Calvo 2019-05-16 17:25:18 +02:00
parent 1bfd91725e
commit b3d2eaaf9e

View File

@ -1297,7 +1297,7 @@ function show_labels_function() {
$("#hide_labels_" + networkmap_id + " > a").attr("title", "Hide Labels");
$("#hide_labels_" + networkmap_id + " > a > img").attr(
"src",
window.location.origin + "/pandora_console/icono_borrar.png"
window.location.origin + "/pandora_console/images//icono_borrar.png"
);
d3.selectAll(".node_text").style("display", "");