mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed img url on js
Former-commit-id: 72a6122343da8c27248c639a6afa180fbfded9c0
This commit is contained in:
parent
1bfd91725e
commit
b3d2eaaf9e
@ -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", "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user