diff --git a/images/latent.png b/images/latent.png index 475a9de7..d3c5cc26 100644 Binary files a/images/latent.png and b/images/latent.png differ diff --git a/images/project file/latent.fw.png b/images/project file/latent.fw.png index ca62cc28..89336213 100644 Binary files a/images/project file/latent.fw.png and b/images/project file/latent.fw.png differ diff --git a/script.js b/script.js index f140b23a..fd156831 100644 --- a/script.js +++ b/script.js @@ -150,8 +150,10 @@ Formation.prototype.outObj= function(){ const obj = {}; if (this.title != undefined && this.title.length>0) obj.t = this.title; if (this.detail != undefined && this.detail.length>0) obj.d = this.detail; + console.log(this.teams); obj.f = this.teams.map(t=> { + console.log(t); const teamArr = []; teamArr[0] = t[0].map(m=> m.outObj() diff --git a/style-monsterimages.css b/style-monsterimages.css index 0a551272..bcde9a61 100644 --- a/style-monsterimages.css +++ b/style-monsterimages.css @@ -645,6 +645,7 @@ .latent-icon{ background-image: url(images/latent.png); background-position-x: 0; + background-repeat: no-repeat; } .latent-icon[data-latent-icon]{ width: 76px;