diff options
Diffstat (limited to 'ecomp-portal-FE-os/client/index.html')
-rw-r--r-- | ecomp-portal-FE-os/client/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-portal-FE-os/client/index.html b/ecomp-portal-FE-os/client/index.html index dc2ec2dd..14a36033 100644 --- a/ecomp-portal-FE-os/client/index.html +++ b/ecomp-portal-FE-os/client/index.html @@ -70,6 +70,8 @@ <!-- endbower --> <!-- endbuild --> +<script src="bower_components_external/utils/purify.js"></script> + <!-- kpi dashboard related styles --> <!-- kpi start --> <!-- kpi end --> @@ -120,6 +122,7 @@ var base = window.location.pathname.substring(0, window.location.pathname.indexOf("/",2)+1); document.write("<base href='" + base + "' />"); + document.write("<base href='" + DOMPurify.sanitize(base) + "' />"); @@ -163,12 +166,14 @@ <!-- build:js({client,node_modules}) app/vendor.js --> <!-- bower:js --> <script src="bower_components/jquery/dist/jquery.js"></script> +<script src="bower_components/es5-shim/es5-shim.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-animate/angular-animate.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="bower_components/angular-aria/angular-aria.js"></script> <script src="bower_components/angular-messages/angular-messages.js"></script> <script src="bower_components/angular-material/angular-material.js"></script> +<script src="bower_components/json3/lib/json3.js"></script> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/angular-cookies/angular-cookies.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> @@ -282,6 +287,7 @@ <script src="app/views/notification-history/notificationhistory.controller.js"></script> <script src="app/views/portal-admin/new-portal-admin/new-portal-admin.controller.js"></script> <script src="app/views/portal-admin/portal-admin-controller.js"></script> + <script src="app/views/role/bulk-upload-dialogs/bulk-upload-role-functions-controller.js"></script> <script src="app/views/role/role-controller.js"></script> <script src="app/views/role/role-create-edit-popup-controller.js"></script> <script src="app/views/role/role-function-list-controller.js"></script> |