Changes for page Material Collection

Last modified by Judith Steinfeld on 2025/06/03 11:13

From version 54.8
edited by admin
on 2024/10/21 16:05
Change comment: There is no comment for this version
To version 54.9
edited by admin
on 2024/10/21 16:12
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -74,7 +74,7 @@
74 74   want[0] === true
75 75   ? Array.from(tags)
76 76   : want.filter(tag => tags.delete(tag))
77 - ).sort().map(tag => `<span class="ltTag">${tag}</span>`).join(", ")
77 + ).sort().map(tag => `<span class="ltTag" style="cursor:pointer;">${tag}</span>`).join(", ")
78 78   );
79 79   }
80 80  });