From: Marc Foley Date: Mon, 9 Jun 2025 14:10:03 +0000 (+0100) Subject: set currentCategory to first selection X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b136af145efe7761062f702ca115315b0221d45f;p=thirdparty%2Fgoogle%2Ffonts.git set currentCategory to first selection --- diff --git a/.ci/tags.html b/.ci/tags.html index 6ac0b959e..febb25a23 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -153,8 +153,8 @@ - + @@ -364,6 +364,7 @@ function axesCombos(axes) { this.updateURL(); }, currentCategories(newCategories) { + this.currentCategory = newCategories[0]; this.updateURL(); }, tagFilter(newFilter) {