]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
tags.html: fix tag score 9213/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 14 Mar 2025 14:28:29 +0000 (14:28 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 14 Mar 2025 14:28:29 +0000 (14:28 +0000)
.ci/tags.html

index f85336ab3bd75a75baee94f1f30b614f255ecedc..e27d4e85a5a233385dce708117bb27e46b715dd8 100644 (file)
@@ -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}"`);