aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html')
-rw-r--r--gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html b/gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html
index 7f94959..a4a3039 100644
--- a/gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html
+++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/dist/index.html
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2016-2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2020 Nordix Foundation.
+ Modifications Copyright (C) 2020-2021 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
<link rel="stylesheet" type="text/css" href="css/interfaceAssets.css">
<!-- JQuery style -->
-<link rel="stylesheet" href="../js/jquery-ui-1.12.1/jquery-ui.css">
+<link rel="stylesheet" href="js/jquery-ui-1.12.1/jquery-ui.css">
</head>
@@ -196,15 +196,15 @@
</div>
<!-- jQuery -->
- <script src="../js/jquery/jquery-3.4.1.min.js"></script>
- <script src="../js/jquery-ui-1.12.1/jquery-ui.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 -->
- <script type="text/javascript" src="../js/fileMenu.js"></script>
+ <script type="text/javascript" src="js/fileMenu.js"></script>
<!-- showhideElement JS file -->
- <script type="text/javascript" src="../js/showhideElement.js"></script>
+ <script type="text/javascript" src="js/showhideElement.js"></script>
<!-- edit area JS file -->
- <script language="javascript" type="text/javascript" src="../js/edit_area/edit_area_full.js"></script>
+ <script language="javascript" type="text/javascript" src="js/edit_area/edit_area_full.js"></script>
<!-- generated bundle.js -->
<script type="text/javascript" src="bundle.js"></script>
</body>