Changes for page Desk allocation

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

From version 234.1
edited by Abdullah Sharifi
on 2024/03/13 16:03
Change comment: There is no comment for this version
To version 233.1
edited by Abdullah Sharifi
on 2024/03/13 15:48
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -1,7 +1,4 @@
1 -
2 -const myTimeout = setTimeout(changeStyles, 1000);
3 -
4 -function changeStyles() {
1 +window.onload = function() {
5 5   const titleElements = document.getElementsByClassName('kanban-item-title');
6 6   const headerElements = document.getElementsByClassName('kanban-board-header');
7 7   const titleContainers = document.getElementsByClassName('kanban-item');