mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed raw_text in networkmap
This commit is contained in:
parent
cca78fec2c
commit
8968e10dab
@ -2512,6 +2512,7 @@ function init_drag_and_drop() {
|
|||||||
if (enterprise_installed) {
|
if (enterprise_installed) {
|
||||||
holding_pos_x = d3.select("#holding_area_" + networkmap_id).attr("x");
|
holding_pos_x = d3.select("#holding_area_" + networkmap_id).attr("x");
|
||||||
holding_pos_y = d3.select("#holding_area_" + networkmap_id).attr("y");
|
holding_pos_y = d3.select("#holding_area_" + networkmap_id).attr("y");
|
||||||
|
delete d.raw_text;
|
||||||
selection
|
selection
|
||||||
.each(function (d) {
|
.each(function (d) {
|
||||||
var params = [];
|
var params = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user