mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
fix billing process
This commit is contained in:
parent
b36bfdcf89
commit
237bfd7559
|
|
@ -42,7 +42,9 @@ export class Application {
|
||||||
|
|
||||||
this.request.setRootPath(
|
this.request.setRootPath(
|
||||||
HttpUri.parseUrl(
|
HttpUri.parseUrl(
|
||||||
document.getElementsByTagName('base')[0].href
|
typeof document.getElementsByTagName('base')[0] !== 'undefined'
|
||||||
|
? document.getElementsByTagName('base')[0].href
|
||||||
|
: ''
|
||||||
).path
|
).path
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user