Skip to content
Snippets Groups Projects
Commit 56376c43 authored by Simon Will's avatar Simon Will
Browse files

Don’t show tag warning when value is *

parent 51b57b4f
No related branches found
No related tags found
No related merge requests found
......@@ -655,7 +655,7 @@ window.addEventListener('load', function() {
thisMrlEditBlock.alternatives.appendChild(taginfo);
if (count <= 1000) {
if (count <= 1000 && val != '*') {
const warning = document.createElement('p');
warning.id = 'bad-tag-warning';
warning.classList.add('tag-usage-' + usageClass.slug);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment