Fixed the resize action in the new networkmap.
This commit is contained in:
parent
897d0171b9
commit
5d53de11a7
|
@ -1116,7 +1116,7 @@ MapController.prototype.paint_resize_square = function(item, wait) {
|
||||||
d3.xml("images/maps/square_selection.svg", "application/xml", function(xml) {
|
d3.xml("images/maps/square_selection.svg", "application/xml", function(xml) {
|
||||||
var nodes = xml
|
var nodes = xml
|
||||||
.evaluate("//*[@id='square_selection']/*", xml, null, XPathResult.ANY_TYPE, null);
|
.evaluate("//*[@id='square_selection']/*", xml, null, XPathResult.ANY_TYPE, null);
|
||||||
var result = self.get_nodes_map().iterateNext();
|
var result = nodes.iterateNext();
|
||||||
|
|
||||||
resize_square
|
resize_square
|
||||||
.append("g").attr("class", "square_selection")
|
.append("g").attr("class", "square_selection")
|
||||||
|
|
Loading…
Reference in New Issue