From 21cfa9117efd08709778a80efa992e1a99c11e77 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 17 Apr 2017 10:59:28 +0000
Subject: [PATCH] #3529 fix - Changed order of bundle load
---
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 ee3f977..d740a0c 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