Skip to content

Commit

Permalink
resolved additional merge conflics
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremythuff committed Apr 22, 2019
1 parent 39c6213 commit b6edc81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,8 @@
<script src="repo/jobRepo.js"></script>
<script src="repo/readerRepo.js"></script>
<script src="repo/writerRepo.js"></script>
<<<<<<< HEAD
<script src="repo/discoveryViewRepo.js"></script>
=======
<script src="repo/userRepo.js"></script>
>>>>>>> master

<!-- Models -->
<script src="model/abstractAppModel.js"></script>
Expand Down Expand Up @@ -243,15 +240,11 @@
<script src="controllers/management/jobManagementController.js"></script>
<script src="controllers/management/readerManagementController.js"></script>
<script src="controllers/management/writerManagementController.js"></script>
<<<<<<< HEAD
<script src="controllers/management/discoveryViewManagementController.js"></script>
<script src="controllers/discoveryContextController.js"></script>
<script src="controllers/singleResultController.js"></script>

=======
<script src="controllers/usersController.js"></script>
<script src="controllers/appLoginController.js"></script>
>>>>>>> master
<!-- endbuild -->

</body>
Expand Down

0 comments on commit b6edc81

Please sign in to comment.