diff options
Diffstat (limited to 'ecomp-portal-FE-os/client/index.html')
-rw-r--r-- | ecomp-portal-FE-os/client/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ecomp-portal-FE-os/client/index.html b/ecomp-portal-FE-os/client/index.html index e5023821..32f3a5c0 100644 --- a/ecomp-portal-FE-os/client/index.html +++ b/ecomp-portal-FE-os/client/index.html @@ -92,7 +92,6 @@ </head> <body ng-app="ecompApp"> -<base href="" id="baseHref"> <script> if (!String.prototype.includes) { String.prototype.includes = function(search, start) { @@ -120,7 +119,7 @@ var base = window.location.pathname.substring(0, window.location.pathname.indexOf("/",2)+1); - document.getElementById('baseHref').href = base; + document.write("<base href='" + base + "' />"); |