From 0a7dbe48665aae3ffd79f378472aa333ae6abc10 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 14 Mar 2025 14:28:29 +0000 Subject: [PATCH] tags.html: fix tag score --- .ci/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"`); -- 2.47.2