diff --git a/pandora_console/include/javascript/functions_pandora_networkmap.js b/pandora_console/include/javascript/functions_pandora_networkmap.js index bf1ffb5e0a..016436b486 100644 --- a/pandora_console/include/javascript/functions_pandora_networkmap.js +++ b/pandora_console/include/javascript/functions_pandora_networkmap.js @@ -661,7 +661,7 @@ function edit_node(data, dblClick) { $("#node_options-fictional_node_update_button-1 input") .attr("onclick", "update_fictional_node(" + data.id_db + ");"); - $("#node_details-0-1").html(data["text"]); + $("#node_details-0-1").html('' + data["text"] + ''); var params = []; params.push("get_agent_info=1"); params.push("id_agent=" + data["id_agent"]);