mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
8 lines
248 B
Twig
8 lines
248 B
Twig
// TODO 2.8.0: 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);
|
|
}); |