Added Junits
[portal.git] / ecomp-portal-FE-os / client / index.html
index e502382..32f3a5c 100644 (file)
@@ -92,7 +92,6 @@
 
 </head>
 <body ng-app="ecompApp">
-<base href="" id="baseHref">
 <script>
            if (!String.prototype.includes) {
                  String.prototype.includes = function(search, start) {
 
            
                var base = window.location.pathname.substring(0, window.location.pathname.indexOf("/",2)+1);
-               document.getElementById('baseHref').href = base;
+               document.write("<base href='" + base + "' />");