From 21d7de7d8d504acd2c9d774ce32e4acf61ae0a6c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 9 Oct 2018 17:36:30 +0200 Subject: [PATCH] =?UTF-8?q?Use=20a=20longer=20timeout=20to=20let=20the=20I?= =?UTF-8?q?FRAME=20load=20itself=20and=20inform=20iTop=20Hub=20of=20the=20?= =?UTF-8?q?updated=20configuration.=20(Bug=20N=C2=B01672)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/2.x/itop-hub-connector/js/hub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-hub-connector/js/hub.js b/datamodels/2.x/itop-hub-connector/js/hub.js index cf4387d52b..b5f468c3bb 100644 --- a/datamodels/2.x/itop-hub-connector/js/hub.js +++ b/datamodels/2.x/itop-hub-connector/js/hub.js @@ -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