Compare commits
No commits in common. "cd0455e4332aa3aaf5946980068f731dcb299faa" and "8717452aa0242dbfaa38f8460bd768cd12ec110e" have entirely different histories.
cd0455e433
...
8717452aa0
1 changed files with 2 additions and 3 deletions
|
@ -210,9 +210,8 @@ function Aziende(stringexel) {
|
|||
|
||||
/*Parte descrizione, collaborazioni e produzione (forse)*/
|
||||
|
||||
schede_info.append("img")
|
||||
.attr("class", "logo")
|
||||
.attr("src", "./images/campiapertilogo.png");
|
||||
schede_info.append("div")
|
||||
.attr("class", "logo");
|
||||
|
||||
var descrizione = schede_info.append("div")
|
||||
.attr("class", "descrizione");
|
||||
|
|
Loading…
Reference in a new issue