From 84588a793c9484f9182d253ed83ad11687a1d4f8 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 13 Apr 2017 17:18:56 +0000
Subject: [PATCH] #3529 feature - Added new role for readonly

---
 securis/src/main/webapp/index.html |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/securis/src/main/webapp/index.html b/securis/src/main/webapp/index.html
index de1fb05..df3d13c 100644
--- a/securis/src/main/webapp/index.html
+++ b/securis/src/main/webapp/index.html
@@ -19,13 +19,12 @@
  -->   
 
     <script src="jspm_packages/system.js"></script>
-    
 
+    <!-- <script src="main-bundle.js.gz"></script>  -->
     <script src="jspm.browser.js"></script>
-    <script src="jspm.config.js"></script> 
-  <!--  <script src="systemjs.config.js"></script>  -->
+    <script src="jspm.config.js"></script>
     <script>
-      System.import('main').catch(function(err){ console.error(err); });
+      System.import('src/main.js').catch(function(err){ console.error(err); });
     </script>
     
     <!-- Load the Covalent platform stylesheet -->
@@ -43,7 +42,7 @@
     <app-home>
       <div style="padding: 20%;text-align:center;">
         <img src="assets/securis_logo.svg" width="100">
-        <div style="font-size: 0.8em;color: darkgrey;">SeCuris Loading2...</div>
+        <div style="font-size: 0.8em;color: darkgrey;">SeCuris Loading...</div>
       </div>
     </app-home>
   </body>

--
Gitblit v1.3.2