From: Marc Foley Date: Fri, 14 Mar 2025 14:28:29 +0000 (+0000) Subject: tags.html: fix tag score X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9213%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git tags.html: fix tag score --- diff --git a/.ci/tags.html b/.ci/tags.html index f85336ab3..e27d4e85a 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -553,7 +553,7 @@ function axesCombos(axes) { }) this.newAxes = []; } else { - let newFamily = new FontTag(this.newFamily, this.currentCategory, axes=this.newAxes, score=this.newWeight); + let newFamily = new FontTag(this.newFamily, this.currentCategory, score=this.newWeight); let tagKey = `${newFamily.name},${newFamily.category}`; if (this.seen.has(tagKey)) { alert(`Tag "${newFamily.name}" already exists in "${this.currentCategory}"`);