From ea491be53b84fac72ab2955c37efce2c2499fb56 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 08 Jun 2017 09:22:11 +0000
Subject: [PATCH] #0 fix - Changed JS bunde load order
---
securis/src/main/webapp/index.jsp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/index.jsp b/securis/src/main/webapp/index.jsp
index d740a0c..ee3f977 100644
--- a/securis/src/main/webapp/index.jsp
+++ b/securis/src/main/webapp/index.jsp
@@ -9,9 +9,9 @@
<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="main-bundle.js.gz"></script>
<script>
System.import('src/main.js').catch(function(err){ console.error(err); });
</script>
--
Gitblit v1.3.2