mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
update
This commit is contained in:
parent
b44c35188a
commit
7762df4fd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user