Skip to content

Commit

Permalink
Navbar generation was missing on the Completion page.
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Mar 3, 2017
1 parent 9d531f9 commit b7de000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WebContent/html/webpages/returnComplete.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ MySQLAccess myaccess = new MySQLAccess();
String devices = request.getParameter("devicesToReturn");
myaccess.returnDevices(devices);
%>
<!-- Navbar generation. -->
<script src = "../javascript/navbar.js"></script>
</body>
</html>

0 comments on commit b7de000

Please sign in to comment.