From 4121e9cc74d01bf8d8ea127dd24b454d2ee8f9df Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Wed, 28 May 2025 14:45:32 +0100 Subject: [PATCH] temp disable rm placeholder tags --- .ci/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/tags.html b/.ci/tags.html index 4845d9614..9f0b6f915 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -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".