Fixed the resize action in the new networkmap.

This commit is contained in:
mdtrooper 2016-05-17 11:16:21 +02:00
parent 897d0171b9
commit 5d53de11a7
1 changed files with 1 additions and 1 deletions

View File

@ -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")