]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
temp disable rm placeholder tags
authorMarc Foley <m.foley.88@gmail.com>
Wed, 28 May 2025 13:45:32 +0000 (14:45 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Wed, 28 May 2025 13:45:32 +0000 (14:45 +0100)
.ci/tags.html

index 4845d961460d6043325f9e37338314d24b8eed29..9f0b6f915f1fb3b228fad0ba50e54c91fe21582e 100644 (file)
@@ -641,7 +641,7 @@ function axesCombos(axes) {
         this.saveSession();
       },
       tagsToCSV() {
-        this.RemovePlaceHolderTags();
+        //this.RemovePlaceHolderTags();
         this.tags = this.tags.filter((t) => t.name !== "");
         // The sorting function used is case sensitive.
         // This means that "A" will come before "a".