From 6f21649bb23238d32e74e8508a554adc51a9b54a Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Tue, 4 Oct 2016 09:41:20 +0200 Subject: [PATCH] New netoworkmap in progress... (Minor fix) --- .../include/javascript/functions_pandora_networkmap.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora_console/include/javascript/functions_pandora_networkmap.js b/pandora_console/include/javascript/functions_pandora_networkmap.js index 62422aa65f..3b0d81fa70 100644 --- a/pandora_console/include/javascript/functions_pandora_networkmap.js +++ b/pandora_console/include/javascript/functions_pandora_networkmap.js @@ -2173,8 +2173,6 @@ function init_graph(parameter_object) { .attr("transform", "translate(" + translation + ")scale(" + scale + ")"); - - if (enterprise_installed) { window.layer_graph.append("rect") .attr("id", "holding_area")