Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -39,7 +39,7 @@ 39 39 row[`tags${i++}`] = ( 40 40 want[0] === true 41 41 ? Array.from(tags) 42 - : want.filter(tag => tags.has(tag) && (tags.remove(tag) || true)) ;42 + : want.filter(tag => tags.has(tag) && (tags.remove(tag) || true)) 43 43 ).sort().map(tag => `<span>${tag}</span>`).join(" "); 44 44 } 45 45 });