Rename reports script

This commit is contained in:
Preston Doman 2019-03-20 15:36:23 -07:00
parent 629f6948e4
commit f579fa19a3
4 changed files with 3 additions and 3 deletions

View file

@ -113,6 +113,6 @@
</div> </div>
</div> </div>
<script src="js/logout.js"></script> <script src="js/logout.js"></script>
<script src="js/viewHistory.js"></script> <script src="js/reports.js"></script>
</body> </body>
</html> </html>

View file

@ -88,6 +88,6 @@
</div> </div>
</div> </div>
<script src="js/logout.js"></script> <script src="js/logout.js"></script>
<script src="js/viewHistory.js"></script> <script src="js/reports.js"></script>
</body> </body>
</html> </html>

View file

@ -4,7 +4,7 @@
<title>QUnit Tests</title> <title>QUnit Tests</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.9.2.css"> <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="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> <script src="testObjects.js"></script>
</head> </head>
<body> <body>