mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-13 16:08: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
|
window.location.href = uri.indexOf('://') > 0
|
||||||
? uri
|
? uri
|
||||||
: jsOMS.rtrim(window.omsApp.request.getRootPath(), '/') + '/' + jsOMS.ltrim(uri, '/');
|
: jsOMS.rtrim(window.omsApp.request.getRootPath(), '/') + '/' + jsOMS.ltrim(uri, '/');
|
||||||
} else {
|
} else if (uri !== null) {
|
||||||
// window.location = UriFactory.build(uri);
|
// window.location = UriFactory.build(uri);
|
||||||
// @todo : consider to implement the line above again. why was it removed?
|
// @todo : consider to implement the line above again. why was it removed?
|
||||||
window.location.href = uri.indexOf('://') > 0
|
window.location.href = uri.indexOf('://') > 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user