Commit 8abe20ee authored by ipetropolsky's avatar ipetropolsky

Build after fixing #999

parent f5d909be
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5575,7 +5575,7 @@
return "url('#" + id + "')";
}
var location = document.location;
return "url('" + location.origin + location.pathname + "#" + id + "')";
return "url('" + location.origin + location.pathname + location.search + "#" + id + "')";
},
updatePosition = function (o) {
var bbox = o.getBBox(1);
......
......@@ -5957,7 +5957,7 @@
return "url('#" + id + "')";
}
var location = document.location;
return "url('" + location.origin + location.pathname + "#" + id + "')";
return "url('" + location.origin + location.pathname + location.search + "#" + id + "')";
},
updatePosition = function (o) {
var bbox = o.getBBox(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment