JUnits for coverage
[portal.git] / ecomp-portal-FE-os / client / index.html
index e502382..dc2ec2d 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 + "' />");
 
                
            
   <script src="app/views/support/get-access/get-access.controller.js"></script>
   <script src="app/views/tabs/tabs.controller.js"></script>
   <script src="app/views/user-notifications-admin/user.notifications.controller.js"></script>
-  <script src="app/views/user-notifications-admin/user.notifications.json.details.controller.js"></script>
   <script src="app/views/user-notifications-admin/user.notifications.modal.controller.js"></script>
   <script src="app/views/userbar/userbar.controller.js"></script>
   <script src="app/views/users/new-user-dialogs/bulk-user.controller.js"></script>