Added the link to the architecture documentation
[portal.git] / ecomp-portal-FE-os / client / index.html
index e502382..a6dbd23 100644 (file)
@@ -33,7 +33,7 @@
  
   ============LICENSE_END============================================
  
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
+  
   -->
 <!doctype html>
 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
@@ -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 + "' />");