From bcd4aeb9e43f1a52cc4394ada75fe1b0887944a0 Mon Sep 17 00:00:00 2001 From: Alireza Date: Wed, 30 Jun 2021 19:38:21 -0400 Subject: [PATCH] fix: removed re-direct to ohif upon error --- platform/viewer/public/config/default.js | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/viewer/public/config/default.js b/platform/viewer/public/config/default.js index cd9b97d6c..9afb85fe6 100644 --- a/platform/viewer/public/config/default.js +++ b/platform/viewer/public/config/default.js @@ -45,7 +45,6 @@ window.config = { // Could use services manager here to bring up a dialog/modal if needed. console.warn('test, navigate to https://ohif.org/'); - window.location = 'https://ohif.org/'; }, // whiteLabeling: { // /* Optional: Should return a React component to be rendered in the "Logo" section of the application's Top Navigation bar */