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
on 2024/03/13 16:03
Change comment:
There is no comment for this version
To version 235.1
edited by Abdullah Sharifi
on 2024/03/13 16:05
on 2024/03/13 16:05
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -1,5 +1,5 @@ 1 1 2 -const myTimeout = setTimeout(changeStyles, 1000);2 +const myTimeout = setTimeout(changeStyles, 500); 3 3 4 4 function changeStyles() { 5 5 const titleElements = document.getElementsByClassName('kanban-item-title');