Rename reports script
This commit is contained in:
parent
629f6948e4
commit
f579fa19a3
4 changed files with 3 additions and 3 deletions
|
@ -113,6 +113,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<script src="js/logout.js"></script>
|
||||
<script src="js/viewHistory.js"></script>
|
||||
<script src="js/reports.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -88,6 +88,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<script src="js/logout.js"></script>
|
||||
<script src="js/viewHistory.js"></script>
|
||||
<script src="js/reports.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>QUnit Tests</title>
|
||||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.9.2.css">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
<script src="../static/js/viewHistory.js"></script>
|
||||
<script src="../static/js/reports.js"></script>
|
||||
<script src="testObjects.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue