Skip to content

Commit

Permalink
fix(ui): Load correct JS and minor UI fixes
Browse files Browse the repository at this point in the history
Fixes #271
  • Loading branch information
iamareebjamal committed Nov 23, 2018
1 parent a86b1ac commit fa7cee7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
##### v2.1.4 (Unreleased):

- Add Dockerfile and docker-compose.yml
- Fix JS path and minor UI issues
- Update dependencies

##### v2.1.3 (2018-11-11):
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/dean/floated_course.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
<script th:src="@{/js/build/file-uploader.min.js}"></script>
<div th:replace="fragments/scripts :: datatables"></div>
<div th:replace="fragments/scripts :: datatables_export"></div>
<script th:src="@{/js/build/course/floated-course-common.min.js}"></script>
<script th:src="@{/js/build/courses/floated-course-common.min.js}"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions src/main/resources/templates/dean/floated_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#type {
padding-right: 8px;
}

#floatedCourseTable tr {
cursor: pointer;
}
</style>
<body data-open="click" data-menu="vertical-menu" data-col="2-columns" class="vertical-layout vertical-menu 2-columns menu-expanded fixed-navbar">

Expand Down

0 comments on commit fa7cee7

Please sign in to comment.