Skip to content
Snippets Groups Projects
Commit 557091b7 authored by Mark M. Florida's avatar Mark M. Florida
Browse files

Set timeout redirect 'waiting' dialog back to 2 seconds from 60.

parent bcbd26d0
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ var XNAT = getObject(XNAT); ...@@ -255,7 +255,7 @@ var XNAT = getObject(XNAT);
// need to wait a little longer before reloading // need to wait a little longer before reloading
setTimeout(function(){ setTimeout(function(){
window.location.reload(); window.location.reload();
}, 60000); }, 2000);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment