Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 359.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 19:29
on 2024/04/28 19:29
Change comment:
There is no comment for this version
To version 361.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 21:08
on 2024/04/28 21:08
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
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Desks allocation consideringnew premises1 +Desks allocation in the new premises
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -167,7 +167,7 @@ 167 167 168 168 for (let i = 0; i < headerElements.length; i++) { 169 169 const element = headerElements[i]; 170 - if (element.innerHTML.includes('Neutron s')) {170 + if (element.innerHTML.includes('Neutron')) { 171 171 for (let j = 0; j < element.classList.length; j++) { 172 172 if (/kanban-header-\w+/.test(element.classList[j])) { 173 173 element.classList.remove(element.classList[j]);