Changes for page Desk allocation

Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31

From version 363.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/04/28 21:18
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
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -256,17 +256,4 @@
256 256   }
257 257   }
258 258   }
259 -
260 - for (let i = 0; i < headerElements.length; i++) {
261 - const element = headerElements[i];
262 - if (element.innerHTML.includes('space')) {
263 - for (let j = 0; j < element.classList.length; j++) {
264 - if (/kanban-header-\w+/.test(element.classList[j])) {
265 - element.classList.remove(element.classList[j]);
266 - element.style.backgroundColor = '#d2d9dd';
267 - break;
268 - }
269 - }
270 - }
271 - }
272 272  };