]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
rm existing tags if loading
authorMarc Foley <m.foley.88@gmail.com>
Wed, 5 Mar 2025 13:30:17 +0000 (13:30 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Wed, 5 Mar 2025 13:30:17 +0000 (13:30 +0000)
.ci/tags.html

index 6b1d36ac7c6fd883ef6fa02261e1a3ae6aba7765..bfc7404d1def030a54414fcc9dd0bd7de606f59f 100644 (file)
@@ -634,6 +634,7 @@ function axesCombos(axes) {
           }
         }
         this.history = [];
+        this.tags = [];
         const csvFilePath = `https://raw.githubusercontent.com/google/fonts/${this.commit}/tags/all/families.csv`; // Update this path to your CSV file
         fetch(csvFilePath)
           .then(response => {