summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src
diff options
context:
space:
mode:
authorstatta <statta@research.att.com>2020-03-17 22:11:02 -0400
committerstatta <statta@research.att.com>2020-03-17 22:11:02 -0400
commitf629d7d8521e3714d0a9177e1f8b92aa066e5d46 (patch)
tree133439f2b9e155476374274242806515bcde3185 /portal-FE-os/src
parenteda60ff2bff74588c0c9369b29d98ff3625ccbc4 (diff)
Portal GUI Stuck in "Loading..." Screen
Issue-ID: PORTAL-857 Change-Id: I019fa686efa838e74b6accbf4602e70a0783b245 Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'portal-FE-os/src')
-rw-r--r--portal-FE-os/src/index.html16
1 files changed, 3 insertions, 13 deletions
diff --git a/portal-FE-os/src/index.html b/portal-FE-os/src/index.html
index 5c8085ff..e0dd76c1 100644
--- a/portal-FE-os/src/index.html
+++ b/portal-FE-os/src/index.html
@@ -58,27 +58,17 @@
head.insertBefore(baseNode,head.childNodes[0] || null);
window.base = base;
}
- if (window.location.href.includes('webtest.csp.att.com') || window.location.href.includes('www.e-access.att.com') || window.location.href.includes('ecomp.e-access.att.com')) {
- //change to webjuction context
- var base = window.location.pathname.substring(0, nthIndex(window.location.pathname, "/", 3) + 1);
- //document.write("<base href='/ecompportal/ecompportal/' />");
+
+ var base = window.location.pathname.substring(0, nthIndex(window.location.pathname,"/", 2) + 1);
addBaseHref(base);
- } else {
- //not webjunction
- var base = window.location.pathname.substring(0, nthIndex(window.location.pathname,"/", 1) + 1);
- //document.write("<base href='/ecompportal/' />");
- addBaseHref(base);
-
- }
+
</script>
<meta charset="utf-8">
<title>ONAP Portal</title>
- <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
- <link rel="stylesheet" href="styles.19ce2a92d11ceb6c5db4.css">
</head>
<body>
<app-root>Loading...</app-root>