Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 320.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 17:39
on 2024/04/28 17:39
Change comment:
There is no comment for this version
To version 319.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 17:38
on 2024/04/28 17:38
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -86,7 +86,7 @@ 86 86 87 87 for (let i = 0; i < headerElements.length; i++) { 88 88 const element = headerElements[i]; 89 - if (element.innerHTML.includes(' rDT')) {89 + if (element.innerHTML.includes('o03')) { 90 90 for (let j = 0; j < element.classList.length; j++) { 91 91 if (/kanban-header-\w+/.test(element.classList[j])) { 92 92 element.classList.remove(element.classList[j]);