aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/index.html
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2020-07-16 16:06:12 +0100
committerandre.schmid <andre.schmid@est.tech>2020-07-20 10:03:37 +0100
commite76b61e5434857c4867ee8c5e852f0c5610bf0b7 (patch)
tree8c73df128fe85413676d3bbb240493da7972fe3a /gui-editors/gui-editor-apex/src/main/resources/webapp/index.html
parent2de08a64e959788f288d82cd4410fee9424a11bc (diff)
Make APEX policy editor run as a single jar
Fix missing jquery library and produces an executable jar Issue-ID: POLICY-2721 Signed-off-by: andre.schmid <andre.schmid@est.tech> Change-Id: I66e10326e6348807384caae706e1286835e97b63
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/index.html')
-rw-r--r--gui-editors/gui-editor-apex/src/main/resources/webapp/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/index.html b/gui-editors/gui-editor-apex/src/main/resources/webapp/index.html
index 329e060..20a15ff 100644
--- a/gui-editors/gui-editor-apex/src/main/resources/webapp/index.html
+++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/index.html
@@ -195,7 +195,7 @@
</div>
<!-- jQuery -->
- <script src="jquery/jquery-3.4.1.min.js"></script>
+ <script src="js/jquery/jquery-3.4.1.min.js"></script>
<script src="js/jquery-ui-1.12.1/jquery-ui.js"></script>
<!-- fileMenu JS file -->