Use a longer timeout to let the IFRAME load itself and inform iTop Hub

of the updated configuration. (Bug N°1672)
This commit is contained in:
Denis Flaven
2018-10-09 17:36:30 +02:00
parent 4a431be0a9
commit 21d7de7d8d

View File

@@ -138,7 +138,7 @@ $(function()
if (this.options.redirect_after_completion_url != '')
{
var sUrl = this.options.redirect_after_completion_url;
window.setTimeout(function() { window.location.href = sUrl; }, 500);
window.setTimeout(function() { window.location.href = sUrl; }, 3000);
}
}
else