luogo
This commit is contained in:
parent
81324e578d
commit
3616b40205
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function Aziende(stringexel) {
|
||||||
header_schede.append("p")
|
header_schede.append("p")
|
||||||
.attr("class", "luogo")
|
.attr("class", "luogo")
|
||||||
.text(function(d) {
|
.text(function(d) {
|
||||||
return " " + d["text-122"].replace(/"/g, "")+ ""+ d["your-subject"].replace(/"/g, "") + " (" + d["text-597"].replace(/"/g, "") + ")";
|
return " " + d["text-122"].replace(/"/g, "")+ " " + d["your-subject"].replace(/"/g, "") + " (" + d["text-597"].replace(/"/g, "") + ")";
|
||||||
});
|
});
|
||||||
|
|
||||||
header_schede.append("p")
|
header_schede.append("p")
|
||||||
|
|
Loading…
Reference in a new issue