From 7762df4fd2eabfa7aa36bee3c8096616b0c89ae6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Sep 2023 18:58:35 +0000 Subject: [PATCH] update --- UI/GeneralUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js index 5aa871c..65868f5 100755 --- a/UI/GeneralUI.js +++ b/UI/GeneralUI.js @@ -113,7 +113,7 @@ export class GeneralUI window.location.href = uri.indexOf('://') > 0 ? uri : jsOMS.rtrim(window.omsApp.request.getRootPath(), '/') + '/' + jsOMS.ltrim(uri, '/'); - } else { + } else if (uri !== null) { // window.location = UriFactory.build(uri); // @todo : consider to implement the line above again. why was it removed? window.location.href = uri.indexOf('://') > 0