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/jspm.browser.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/securis/src/main/webapp/jspm.browser.js b/securis/src/main/webapp/jspm.browser.js
index a2e5e09..3b9e882 100644
--- a/securis/src/main/webapp/jspm.browser.js
+++ b/securis/src/main/webapp/jspm.browser.js
@@ -1,7 +1,6 @@
 SystemJS.config({
-  paths: {
-    "github:": "./jspm_packages/github/",
-    "npm:": "./jspm_packages/npm/",
-    "securis/": "./src/"
-  }
+    "paths": {
+      "github:": "jspm_packages/github/",
+      "npm:": "jspm_packages/npm/"
+    }
 });

--
Gitblit v1.3.2