From 557091b703279922aae8a309a27c80220e4794a7 Mon Sep 17 00:00:00 2001 From: "Mark M. Florida" <mflorida@gmail.com> Date: Tue, 24 May 2016 23:08:35 -0500 Subject: [PATCH] Set timeout redirect 'waiting' dialog back to 2 seconds from 60. --- src/main/webapp/scripts/xnat/app/timeout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/scripts/xnat/app/timeout.js b/src/main/webapp/scripts/xnat/app/timeout.js index 43b922de..4fdd7824 100644 --- a/src/main/webapp/scripts/xnat/app/timeout.js +++ b/src/main/webapp/scripts/xnat/app/timeout.js @@ -255,7 +255,7 @@ var XNAT = getObject(XNAT); // need to wait a little longer before reloading setTimeout(function(){ window.location.reload(); - }, 60000); + }, 2000); } -- GitLab