mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
6 lines
237 B
Twig
6 lines
237 B
Twig
// TODO: We need to find a clean way to launch this script only once the JS scripts are loaded
|
|
document.addEventListener("DOMContentLoaded", function(){
|
|
setTimeout(function(){
|
|
$('#{{ oUIBlock.GetId() }}').quick_create();
|
|
}, 500);
|
|
}); |