Changed paths to css and js

This commit is contained in:
2023-05-11 14:03:54 +02:00
parent 23846d45c9
commit fe670b106d
2 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ function init() {
tools.set("xslt", "tools/xslt.html"); tools.set("xslt", "tools/xslt.html");
tools.set("xmlform", "tools/xmlFormatter.html"); tools.set("xmlform", "tools/xmlFormatter.html");
tools.set("jsonform", "tools/jsonFormatter.html"); tools.set("jsonform", "tools/jsonFormatter.html");
tools.set("mock", getMockHost()); tools.set("mock", "tools/mock.html");
changeActiveTools('XML'); changeActiveTools('XML');
loadLastPage(); loadLastPage();

View File

@@ -3,10 +3,10 @@
<head> <head>
<title>R11 MockedServices</title> <title>R11 MockedServices</title>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="../css/fontello.css" type="text/css"> <link rel="stylesheet" href="../assets/css/mock/fontello.css" type="text/css">
<link rel="stylesheet" href="../css/main.css" type="text/css"> <link rel="stylesheet" href="../assets/css/mock/main.css" type="text/css">
<!-- <link rel="stylesheet" href="css/common.css" type="text/css"> --> <!-- <link rel="stylesheet" href="css/common.css" type="text/css"> -->
<link rel="stylesheet" href="../css/common.css" type="text/css"> <link rel="stylesheet" href="../assets/css/mock/common.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- <script src="../js/dyn_host.js"></script> --> <!-- <script src="../js/dyn_host.js"></script> -->
</head> </head>
@@ -317,10 +317,10 @@
<button>No</button> <button>No</button>
</div> </div>
</div> </div>
<script type="text/javascript" src="../js/modal.js"></script> <script type="text/javascript" src="../assets/scripts/mock/modal.js"></script>
<script type="text/javascript" src="../js/uianimation.js"></script> <script type="text/javascript" src="../assets/scripts/mock//uianimation.js"></script>
<script type="text/javascript" src="../js/datatransfer.js"></script> <script type="text/javascript" src="../assets/scripts/mock/datatransfer.js"></script>
<script type="text/javascript" src="../js/historyloader.js"></script> <script type="text/javascript" src="../assets/scripts/mock/historyloader.js"></script>
<script type="text/javascript" src="../js/fiddle.js"></script> <script type="text/javascript" src="../assets/scripts/mock/fiddle.js"></script>
</body> </body>
</html> </html>