Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
From version 55.14
edited by Benjamin Fischer
on 2024/10/28 13:31
on 2024/10/28 13:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fischer1 +XWiki.admin
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -1,6 +1,6 @@ 1 1 const tabName = "materials"; 2 2 const tagCols = [ 3 - ["Type", "lecture", "exercise", "hands-on", "solution", "tutorial" , "talk", "course", "video"],3 + ["Type", "lecture", "exercise", "hands-on", "solution", "tutorial"], 4 4 ["Tags", true], 5 5 ] 6 6 ... ... @@ -84,7 +84,7 @@ 84 84 want[0] === true 85 85 ? Array.from(tags) 86 86 : want.filter(tag => tags.delete(tag)) 87 - ).sort().map(tag => `<span class="ltTag" style="cursor:pointer; word-wrap:nowrap;">${tag}</span>`).join(", ")87 + ).sort().map(tag => `<span class="ltTag" style="cursor:pointer;">${tag}</span>`).join(", ") 88 88 ); 89 89 } 90 90 });